Age | Commit message (Expand) | Author |
2012-11-17 | TCG: Use gen_opc_ptr from context instead of global variable. | Evgeny Voevodin |
2012-11-17 | tcg/tcg.h: Duplicate global TCG variables in TCGContext | Evgeny Voevodin |
2012-11-17 | target-cris/translate.c: Code style clean-up | Evgeny Voevodin |
2012-11-16 | rng-egd: don't use gslist_free_full | Anthony Liguori |
2012-11-16 | virtio-rng-pci: create a default backend if none exists | Anthony Liguori |
2012-11-16 | virtio-rng: add rate limiting support | Anthony Liguori |
2012-11-16 | virtio-rng: hardware random number generator device | Amit Shah |
2012-11-16 | rng-egd: introduce EGD compliant RNG backend | Anthony Liguori |
2012-11-16 | rng-random: add an RNG backend that uses /dev/random (v3) | Anthony Liguori |
2012-11-16 | rng: add RndBackend abstract object class | Anthony Liguori |
2012-11-16 | object: add object_property_add_bool (v2) | Anthony Liguori |
2012-11-16 | vl: add -object option to create QOM objects from the command line | Anthony Liguori |
2012-11-15 | target-mips: fix wrong microMIPS opcode encoding | 陳韋任 (Wei-Ren Chen) |
2012-11-15 | mips/malta: fix CBUS UART interrupt pin | Aurelien Jarno |
2012-11-14 | Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-1.3.0-rc0' into... | Anthony Liguori |
2012-11-14 | Merge remote-tracking branch 'kraxel/pixman.v5' into staging | Anthony Liguori |
2012-11-14 | Merge remote-tracking branch 'bonzini/nbd-next' into staging | Anthony Liguori |
2012-11-14 | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori |
2012-11-14 | Merge remote-tracking branch 'kraxel/usb.70' into staging | Anthony Liguori |
2012-11-14 | Merge remote-tracking branch 'spice/spice.v63' into staging | Anthony Liguori |
2012-11-14 | pixman: cleanup properly on make distclean | Gerd Hoffmann |
2012-11-14 | pixman: add licensing info | Gerd Hoffmann |
2012-11-14 | pixman: build internal version early | Gerd Hoffmann |
2012-11-14 | pixman: pass cflags, add -fPIC | Gerd Hoffmann |
2012-11-14 | pixman: disable gtk | Gerd Hoffmann |
2012-11-14 | pixman: set --host for cross builds | Gerd Hoffmann |
2012-11-14 | pixman: add output dir to include path | Gerd Hoffmann |
2012-11-13 | vfio-pci: Use common msi_get_message | Alex Williamson |
2012-11-13 | vfio-pci: Add KVM INTx acceleration | Alex Williamson |
2012-11-13 | linux-headers: Update to 3.7-rc5 | Alex Williamson |
2012-11-13 | nbd: fixes to read-only handling | Paolo Bonzini |
2012-11-12 | aio: fix aio_ctx_prepare with idle bottom halves | Paolo Bonzini |
2012-11-12 | virtio-scsi: use dma_context_memory | Paolo Bonzini |
2012-11-12 | dma: Define dma_context_memory and use in sysbus-ohci | Peter Maydell |
2012-11-12 | megasas: Correct target/lun mapping | Hannes Reinecke |
2012-11-12 | scsi-disk: flush cache after disabling it | Paolo Bonzini |
2012-11-12 | megasas: do not include block_int.h | Paolo Bonzini |
2012-11-12 | scsi: remove superfluous call to scsi_device_set_ua | Paolo Bonzini |
2012-11-12 | virtio-scsi: factor checks for VIRTIO_SCSI_S_DRIVER_OK when reporting events | Paolo Bonzini |
2012-11-12 | scsi: do not return short responses for emulated commands | Paolo Bonzini |
2012-11-12 | hmp: add NBD server commands | Paolo Bonzini |
2012-11-12 | nbd: disallow nbd-server-add before nbd-server-start | Paolo Bonzini |
2012-11-12 | nbd: force read-only export for read-only devices | Paolo Bonzini |
2012-11-12 | nbd: fix nbd_server_stop crash when no server was running | Paolo Bonzini |
2012-11-12 | nbd: accept URIs | Paolo Bonzini |
2012-11-12 | nbd: accept relative path to Unix socket | Paolo Bonzini |
2012-11-12 | qemu-nbd: initialize main loop before block layer | Paolo Bonzini |
2012-11-11 | tcg: properly check that op's output needs to be synced to memory | Kirill Batuzov |
2012-11-11 | target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1. | Eric Johnson |
2012-11-10 | target-i386: avoid using cpu_single_env | Blue Swirl |