summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-1717-106/+109
* tcg/tcg.h: Duplicate global TCG variables in TCGContextEvgeny Voevodin2012-11-171-0/+6
* target-cris/translate.c: Code style clean-upEvgeny Voevodin2012-11-171-2500/+2540
* rng-egd: don't use gslist_free_fullAnthony Liguori2012-11-161-5/+14
* virtio-rng-pci: create a default backend if none existsAnthony Liguori2012-11-162-0/+15
* virtio-rng: add rate limiting supportAnthony Liguori2012-11-163-8/+64
* virtio-rng: hardware random number generator deviceAmit Shah2012-11-169-0/+341
* rng-egd: introduce EGD compliant RNG backendAnthony Liguori2012-11-162-1/+216
* rng-random: add an RNG backend that uses /dev/random (v3)Anthony Liguori2012-11-163-1/+184
* rng: add RndBackend abstract object classAnthony Liguori2012-11-164-0/+189
* object: add object_property_add_bool (v2)Anthony Liguori2012-11-162-0/+72
* vl: add -object option to create QOM objects from the command lineAnthony Liguori2012-11-163-0/+74
* target-mips: fix wrong microMIPS opcode encoding陳韋任 (Wei-Ren Chen)2012-11-151-1/+1
* mips/malta: fix CBUS UART interrupt pinAurelien Jarno2012-11-151-1/+2
* Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-1.3.0-rc0' into...Anthony Liguori2012-11-149-49/+241
|\
| * vfio-pci: Use common msi_get_messageAlex Williamson2012-11-131-23/+1
| * vfio-pci: Add KVM INTx accelerationAlex Williamson2012-11-131-0/+186
| * linux-headers: Update to 3.7-rc5Alex Williamson2012-11-138-26/+54
* | Merge remote-tracking branch 'kraxel/pixman.v5' into stagingAnthony Liguori2012-11-144-9/+28
|\ \
| * | pixman: cleanup properly on make distcleanGerd Hoffmann2012-11-141-0/+1
| * | pixman: add licensing infoGerd Hoffmann2012-11-142-0/+10
| * | pixman: build internal version earlyGerd Hoffmann2012-11-141-3/+4
| * | pixman: pass cflags, add -fPICGerd Hoffmann2012-11-141-1/+1
| * | pixman: disable gtkGerd Hoffmann2012-11-141-1/+1
| * | pixman: set --host for cross buildsGerd Hoffmann2012-11-142-1/+6
| * | pixman: add output dir to include pathGerd Hoffmann2012-11-141-5/+7
| |/
* | Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori2012-11-148-36/+275
|\ \
| * | nbd: fixes to read-only handlingPaolo Bonzini2012-11-131-13/+12
| * | hmp: add NBD server commandsPaolo Bonzini2012-11-123-0/+124
| * | nbd: disallow nbd-server-add before nbd-server-startPaolo Bonzini2012-11-121-0/+5
| * | nbd: force read-only export for read-only devicesPaolo Bonzini2012-11-121-0/+7
| * | nbd: fix nbd_server_stop crash when no server was runningPaolo Bonzini2012-11-121-3/+5
| * | nbd: accept URIsPaolo Bonzini2012-11-122-9/+114
| * | nbd: accept relative path to Unix socketPaolo Bonzini2012-11-121-10/+7
| * | qemu-nbd: initialize main loop before block layerPaolo Bonzini2012-11-121-1/+1
* | | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2012-11-147-24/+46
|\ \ \
| * | | virtio-scsi: use dma_context_memoryPaolo Bonzini2012-11-121-1/+1
| * | | dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell2012-11-123-1/+11
| * | | megasas: Correct target/lun mappingHannes Reinecke2012-11-122-1/+2
| * | | scsi-disk: flush cache after disabling itPaolo Bonzini2012-11-121-0/+9
| * | | megasas: do not include block_int.hPaolo Bonzini2012-11-121-1/+0
| * | | scsi: remove superfluous call to scsi_device_set_uaPaolo Bonzini2012-11-121-1/+0
| * | | virtio-scsi: factor checks for VIRTIO_SCSI_S_DRIVER_OK when reporting eventsPaolo Bonzini2012-11-121-3/+5
| * | | scsi: do not return short responses for emulated commandsPaolo Bonzini2012-11-121-16/+18
| |/ /
* | | Merge remote-tracking branch 'kraxel/usb.70' into stagingAnthony Liguori2012-11-1426-797/+775
|\ \ \
| * | | ehci: fix migrationGerd Hoffmann2012-11-091-1/+2
| * | | xhci: Fix some DMA host endian bugsDavid Gibson2012-11-091-27/+54
| * | | usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()Hans de Goede2012-11-081-18/+15
| * | | xhci: Add support for packets with both data and an error statusHans de Goede2012-11-081-2/+2
| * | | ehci: Add support for packets with both data and an error statusHans de Goede2012-11-082-85/+77
OpenPOWER on IntegriCloud