]> Git Repo - qemu.git/history - include
ARM: arm_cpu_reset: make it possible to use high vectors for reset_exc
[qemu.git] / include /
2013-12-16 Anthony LiguoriMerge remote-tracking branch 'spice/tags/pull-spice...
2013-12-16 Anthony LiguoriMerge remote-tracking branch 'kwolf/tags/for-anthony...
2013-12-16 Marc-André Lureauchar: add qemu_chr_fe_event()
2013-12-16 Marc-André Lureauinclude: add missing config-host.h include
2013-12-16 Marc-André Lureauqmp_change_blockdev() remove unused has_format
2013-12-13 Anthony LiguoriMerge remote-tracking branch 'bonzini/virtio' into...
2013-12-13 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-12-13 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-12-11 Michael S. Tsirkinhpet: fix build with CONFIG_HPET off
2013-12-11 Liu Ping Fanhpet: enable to entitle more irq pins for hpet
2013-12-11 Anthony LiguoriMerge remote-tracking branch 'rth/tcg-temp-order' into...
2013-12-11 Anthony LiguoriMerge remote-tracking branch 'stefanha/net-next' into...
2013-12-11 Anthony LiguoriMerge remote-tracking branch 'pmaydell/tags/pull-target...
2013-12-10 Will Newtonsoftfloat: Add minNum() and maxNum() functions to softf...
2013-12-10 John Rigbyhw/arm/boot: Allow boards to provide an fdt blob
2013-12-10 François LEGALcpu/a9mpcore: Add Global Timer
2013-12-10 Peter Crosthwaitehw/timer: Introduce ARM A9 Global Timer.
2013-12-10 Peter Crosthwaitecpu/a9mpcore: reorder operations/declarations
2013-12-10 Markus Armbrustersmbios: Set system manufacturer, product & version...
2013-12-10 Paolo Bonziniqtest: split configuration of qtest accelerator and...
2013-12-10 Michael S. Tsirkinpc: map PCI address space as catchall region for not...
2013-12-10 Markus Armbrusterhw: Pass QEMUMachine to its init() method
2013-12-09 Andreas Färbervirtio: Convert exit to unrealize
2013-12-09 Andreas Färbervirtio: Complete converting VirtioDevice to QOM realize
2013-12-09 Andreas Färbervirtio-scsi: Convert to QOM realize
2013-12-09 Andreas Färbervirtio-rng: Convert to QOM realize
2013-12-09 Andreas Färbervirtio: Start converting VirtioDevice to QOM realize
2013-12-09 Paolo Bonzinivirtio-scsi: switch exit callback to VirtioDeviceClass
2013-12-09 Paolo Bonzinivirtio-bus: cleanup plug/unplug interface
2013-12-09 Paolo Bonzinivirtio-bus: remove vdev field
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'awilliam/tags/vfio-pci...
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'kraxel/tags/pull-seabios...
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'otubo/seccomp' into staging
2013-12-06 Anthony LiguoriMerge remote-tracking branch 'kwolf/tags/for-anthony...
2013-12-06 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-2013...
2013-12-06 Anthony LiguoriMerge remote-tracking branch 'rth/auxv-2' into staging
2013-12-06 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2013-12-06 Anthony LiguoriMerge remote-tracking branch 'kraxel/tags/pull-usb...
2013-12-06 Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches'...
2013-12-05 Peter Lievenblock: add opt_transfer_length to BlockLimits
2013-12-04 Wenchao Xiaqemu-nbd: support internal snapshot export
2013-12-04 Wenchao Xiasnapshot: distinguish id and name in load_tmp
2013-12-03 Paolo Bonziniblock: add bdrv_aio_write_zeroes
2013-12-03 Paolo Bonziniblock: add flags to BlockRequest
2013-12-02 Stefan Weilmisc: Replace 'struct QEMUTimer' by 'QEMUTimer'
2013-12-02 Stefan Weiltrace: Remove trace.h from console.h (less dependencies)
2013-12-02 Marc-André Lureaucoroutine: remove unused CoQueue AioContext
2013-12-02 Marc-André Lureaucoroutine: remove qemu_co_queue_wait_insert_head
2013-12-01 Paul Durrantxen-pvdevice: make device-id property compulsory
2013-11-29 Richard Hendersonutil: Use qemu_getauxval in linux qemu_cache_utils_init
2013-11-29 Richard Hendersontcg-s390: Use qemu_getauxval in query_facilities
2013-11-29 Richard Hendersontcg-arm: Use qemu_getauxval
2013-11-29 Richard Hendersontcg-ppc64: Use qemu_getauxval
2013-11-29 Richard Hendersonosdep: Create qemu_getauxval and qemu_init_auxval
2013-11-29 Fam Zhengblkdebug: add "remove_break" command
2013-11-29 Liu Yuansheepdog: support user-defined redundancy option
2013-11-29 Fam Zhengqapi: Change BlockDirtyInfo to list
2013-11-29 Fam Zhengblock: per caller dirty bitmap
2013-11-28 Gerd Hoffmannusb: add vendor request defines
2013-11-28 Peter Lievenblock: introduce bdrv_make_zero
2013-11-28 Peter Lievenblock: add BlockLimits structure to BlockDriverState
2013-11-28 Peter Lievenblock: add wrappers for logical block provisioning...
2013-11-28 Peter Lievenblock: add logical block provisioning info to BlockDriv...
2013-11-28 Peter Lievenblock: introduce BDRV_REQ_MAY_UNMAP request flag
2013-11-28 Peter Lievenblock: add flags to bdrv_*_write_zeroes
2013-11-28 Peter Lievenblock: make BdrvRequestFlags public
2013-11-26 Hans de Goedeusb: Add usb_device_alloc/free_streams
2013-11-26 Hans de Goedeusb: Add max_streams attribute to endpoint info
2013-11-26 Hans de Goedescsi: Add 2 new sense codes needed by uas
2013-11-25 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-11-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/tags/for-anthony...
2013-11-21 Peter Maydellatomic.h: Fix build with clang
2013-11-21 Paolo Bonzinipc: get rid of builtin pvpanic for "-M pc-1.5"
2013-11-21 Peter Maydellatomic.h: Fix build with clang
2013-11-21 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'quintela/migration.next...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'afaerber/tags/qom-devices...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'rth/tcg-ia64-17' into...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches'...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/tags/for-anthony...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'agraf/tags/signed-ppc...
2013-11-14 Amos Kongqmp: access the local QemuOptsLists for drive option
2013-11-13 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-11-13 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-11-13 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-11-10 Marcel ApfelbaumRevert "hw/pci: partially handle pci master abort"
2013-11-10 Michael S. Tsirkinloader: drop return value for rom_add_blob_fixed
2013-11-10 Cole RobinsonFix pc migration from qemu <= 1.5
2013-11-08 Dmitry Krivenoknet: disallow to specify multicast MAC address
2013-11-06 Peter Maydellbswap.h: Remove cpu_to_32wu()
2013-11-06 Peter Maydellbswap.h: Remove cpu_to_be64wu()
2013-11-06 Peter Maydellbswap.h: Remove cpu_to_be32wu()
2013-11-06 Peter Maydellbswap.h: Remove cpu_to_be16wu()
2013-11-06 Peter Maydellbswap.h: Remove be32_to_cpupu()
2013-11-06 Peter Maydellbswap.h: Remove le32_to_cpupu()
2013-11-06 Peter Maydellbswap.h: Remove le16_to_cpupu()
2013-11-06 Peter Maydellbswap.h: Remove cpu_to_le32wu()
next
This page took 0.071219 seconds and 7 git commands to generate.