aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-17libseccomp: require version 1.0.0Blue Swirl
2012-11-17Merge branch 'vga.1' of git://git.kraxel.org/qemuBlue Swirl
2012-11-17TCG: Remove unused global variablesEvgeny Voevodin
2012-11-17TCG: Use gen_opparam_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opparam_ptr from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-17tcg/tcg.h: Duplicate global TCG variables in TCGContextEvgeny Voevodin
2012-11-17target-cris/translate.c: Code style clean-upEvgeny Voevodin
2012-11-16rng-egd: don't use gslist_free_fullAnthony Liguori
2012-11-16virtio-rng-pci: create a default backend if none existsAnthony Liguori
2012-11-16virtio-rng: add rate limiting supportAnthony Liguori
2012-11-16virtio-rng: hardware random number generator deviceAmit Shah
2012-11-16rng-egd: introduce EGD compliant RNG backendAnthony Liguori
2012-11-16rng-random: add an RNG backend that uses /dev/random (v3)Anthony Liguori
2012-11-16rng: add RndBackend abstract object classAnthony Liguori
2012-11-16object: add object_property_add_bool (v2)Anthony Liguori
2012-11-16vl: add -object option to create QOM objects from the command lineAnthony Liguori
2012-11-16vga: fix mmio vga register mappingGerd Hoffmann
2012-11-16vga: fix bochs alignment issueGerd Hoffmann
2012-11-15target-mips: fix wrong microMIPS opcode encoding陳韋任 (Wei-Ren Chen)
2012-11-15mips/malta: fix CBUS UART interrupt pinAurelien Jarno
2012-11-14Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-1.3.0-rc0' into...Anthony Liguori
2012-11-14Merge remote-tracking branch 'kraxel/pixman.v5' into stagingAnthony Liguori
2012-11-14Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori
2012-11-14Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-11-14Merge remote-tracking branch 'kraxel/usb.70' into stagingAnthony Liguori
2012-11-14Merge remote-tracking branch 'spice/spice.v63' into stagingAnthony Liguori
2012-11-14pixman: cleanup properly on make distcleanGerd Hoffmann
2012-11-14pixman: add licensing infoGerd Hoffmann
2012-11-14pixman: build internal version earlyGerd Hoffmann
2012-11-14pixman: pass cflags, add -fPICGerd Hoffmann
2012-11-14pixman: disable gtkGerd Hoffmann
2012-11-14pixman: set --host for cross buildsGerd Hoffmann
2012-11-14pixman: add output dir to include pathGerd Hoffmann
2012-11-13vfio-pci: Use common msi_get_messageAlex Williamson
2012-11-13vfio-pci: Add KVM INTx accelerationAlex Williamson
2012-11-13linux-headers: Update to 3.7-rc5Alex Williamson
2012-11-13nbd: fixes to read-only handlingPaolo Bonzini
2012-11-12aio: fix aio_ctx_prepare with idle bottom halvesPaolo Bonzini
2012-11-12virtio-scsi: use dma_context_memoryPaolo Bonzini
2012-11-12dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell
2012-11-12megasas: Correct target/lun mappingHannes Reinecke
2012-11-12scsi-disk: flush cache after disabling itPaolo Bonzini
2012-11-12megasas: do not include block_int.hPaolo Bonzini
2012-11-12scsi: remove superfluous call to scsi_device_set_uaPaolo Bonzini
2012-11-12virtio-scsi: factor checks for VIRTIO_SCSI_S_DRIVER_OK when reporting eventsPaolo Bonzini
2012-11-12scsi: do not return short responses for emulated commandsPaolo Bonzini
2012-11-12hmp: add NBD server commandsPaolo Bonzini
2012-11-12nbd: disallow nbd-server-add before nbd-server-startPaolo Bonzini