summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-16trace: allow disabling events in events fileGerd Hoffmann1-1/+8
2012-11-16Avoid all systemtap reserved wordsDaniel P. Berrange1-1/+10
2012-11-15target-mips: fix wrong microMIPS opcode encoding陳韋任 (Wei-Ren Chen)1-1/+1
2012-11-15mips/malta: fix CBUS UART interrupt pinAurelien Jarno1-1/+2
2012-11-14Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-1.3.0-rc0' into...Anthony Liguori9-49/+241
2012-11-14Merge remote-tracking branch 'kraxel/pixman.v5' into stagingAnthony Liguori4-9/+28
2012-11-14Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori8-36/+275
2012-11-14Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori7-24/+46
2012-11-14Merge remote-tracking branch 'kraxel/usb.70' into stagingAnthony Liguori26-797/+775
2012-11-14Merge remote-tracking branch 'spice/spice.v63' into stagingAnthony Liguori10-274/+79
2012-11-14pixman: cleanup properly on make distcleanGerd Hoffmann1-0/+1
2012-11-14pixman: add licensing infoGerd Hoffmann2-0/+10
2012-11-14pixman: build internal version earlyGerd Hoffmann1-3/+4
2012-11-14pixman: pass cflags, add -fPICGerd Hoffmann1-1/+1
2012-11-14pixman: disable gtkGerd Hoffmann1-1/+1
2012-11-14pixman: set --host for cross buildsGerd Hoffmann2-1/+6
2012-11-14pixman: add output dir to include pathGerd Hoffmann1-5/+7
2012-11-13vfio-pci: Use common msi_get_messageAlex Williamson1-23/+1
2012-11-13vfio-pci: Add KVM INTx accelerationAlex Williamson1-0/+186
2012-11-13linux-headers: Update to 3.7-rc5Alex Williamson8-26/+54
2012-11-13nbd: fixes to read-only handlingPaolo Bonzini1-13/+12
2012-11-12aio: fix aio_ctx_prepare with idle bottom halvesPaolo Bonzini1-4/+2
2012-11-12virtio-scsi: use dma_context_memoryPaolo Bonzini1-1/+1
2012-11-12dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell3-1/+11
2012-11-12megasas: Correct target/lun mappingHannes Reinecke2-1/+2
2012-11-12scsi-disk: flush cache after disabling itPaolo Bonzini1-0/+9
2012-11-12megasas: do not include block_int.hPaolo Bonzini1-1/+0
2012-11-12scsi: remove superfluous call to scsi_device_set_uaPaolo Bonzini1-1/+0
2012-11-12virtio-scsi: factor checks for VIRTIO_SCSI_S_DRIVER_OK when reporting eventsPaolo Bonzini1-3/+5
2012-11-12scsi: do not return short responses for emulated commandsPaolo Bonzini1-16/+18
2012-11-12hmp: add NBD server commandsPaolo Bonzini3-0/+124
2012-11-12nbd: disallow nbd-server-add before nbd-server-startPaolo Bonzini1-0/+5
2012-11-12nbd: force read-only export for read-only devicesPaolo Bonzini1-0/+7
2012-11-12nbd: fix nbd_server_stop crash when no server was runningPaolo Bonzini1-3/+5
2012-11-12nbd: accept URIsPaolo Bonzini2-9/+114
2012-11-12nbd: accept relative path to Unix socketPaolo Bonzini1-10/+7
2012-11-12qemu-nbd: initialize main loop before block layerPaolo Bonzini1-1/+1
2012-11-11tcg: properly check that op's output needs to be synced to memoryKirill Batuzov1-4/+4
2012-11-11target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1.Eric Johnson1-7/+11
2012-11-10target-i386: avoid using cpu_single_envBlue Swirl1-218/+222
2012-11-10target-xtensa: avoid using cpu_single_envBlue Swirl1-5/+5
2012-11-10target-unicore32: avoid using cpu_single_envBlue Swirl1-4/+4
2012-11-10kvm: avoid using cpu_single_envBlue Swirl1-10/+11
2012-11-10disas: avoid using cpu_single_envBlue Swirl17-86/+100
2012-11-10slirp: remove unused function u_sleepBlue Swirl2-15/+0
2012-11-10sun4c: remove unused functionsBlue Swirl2-27/+0
2012-11-10m48t59: remove unused m48t59_set_addrBlue Swirl2-8/+0
2012-11-10tests/tcg: new test for i386 FPREM and FPREM1Catalin Patulea2-0/+362
2012-11-10memory: Don't dump disabled regionsJan Kiszka1-1/+1
2012-11-10memory: Reintroduce dirty flag to optimize changes on disabled regionsJan Kiszka1-2/+13