summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-02po: add French translationAurelien Jarno1-0/+62
2013-04-02po: update existing translation filesAurelien Jarno3-26/+92
2013-04-02po/Makefile: correctly pass QEMU versionAurelien Jarno1-1/+1
2013-04-02po/Makefile: simplifyAurelien Jarno1-8/+4
2013-04-02gtk: make more messages translatableAurelien Jarno1-2/+2
2013-04-02append the terminating '\0' to bootorder stringAmos Kong1-3/+3
2013-04-02Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20130401.0' int...Anthony Liguori2-55/+1128
2013-04-02microblaze: Add support for the sleep insnEdgar E. Iglesias1-0/+17
2013-04-01vfio: cleanup includesAlex Williamson1-5/+5
2013-04-01vfio: Add bootindex supportAlex Williamson1-0/+5
2013-04-01vfio-pci: Move devices to D0 on resetAlex Williamson1-0/+23
2013-04-01vfio-pci: Add extra debuggingAlex Williamson1-10/+30
2013-04-01qemu vfio-pci: Graphics device quirksAlex Williamson1-2/+718
2013-04-01qemu vfio-pci: Add support for VGA MMIO and I/O port accessAlex Williamson1-0/+169
2013-04-01vfio-pci: Add PCIe capability mangling based on bus typeAlex Williamson1-1/+128
2013-04-01vfio-pci: Generalize PCI config manglingAlex Williamson1-38/+42
2013-04-01linux-headers: Update to v3.9-rc2Alex Williamson1-0/+9
2013-04-01tcg/mips: Implement muls2_i32Aurelien Jarno2-1/+7
2013-04-01target-i386: SSE4.2: use clz32/ctz32 instead of reinventing the wheelAurelien Jarno2-30/+3
2013-04-01target-i386: enable SSE4.1 and SSE4.2 in TCG modeAurelien Jarno1-6/+7
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions with "Masked(-)" polarityAurelien Jarno1-1/+1
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal ordered" modeAurelien Jarno1-2/+3
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal each" modeAurelien Jarno1-1/+1
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions in "Ranges" modeAurelien Jarno1-2/+2
2013-04-01target-i386: SSE4.2: fix pcmpXstrm instructionsAurelien Jarno1-8/+8
2013-04-01target-i386: SSE4.2: fix pcmpXstri instructionsAurelien Jarno1-2/+2
2013-04-01target-i386: SSE4.2: fix pcmpgtq instructionAurelien Jarno1-2/+1
2013-04-01target-i386: SSE4.1: fix pinsrb instructionAurelien Jarno1-2/+2
2013-04-01Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-56/+58
2013-04-01sysbus: Remove sysbus_add_memory and sysbus_del_memoryPeter Maydell2-23/+0
2013-04-01hw/milkymist-softusb: set buffer in softusb_read_{dmem, pmem} error pathPeter Maydell1-0/+2
2013-04-01milkymist-softusb: Don't map RAM memory regions in the device itselfPeter Maydell2-12/+13
2013-04-01milkymist-minimac2: Just expose buffers as a sysbus mmio regionPeter Maydell2-5/+2
2013-04-01musicpal: qdevify musicpal-miscPeter Maydell1-5/+23
2013-04-01sysbus: make SysBusDeviceClass::init optionalPeter Maydell1-0/+3
2013-03-31target-moxie: set do_interrupt to a target-specific helper functionDunrong Huang3-3/+7
2013-03-30w32: Fix build with older gcc (unresolved symbol)Stefan Weil1-0/+5
2013-03-30target-moxie: Fix pointer-to-integer conversion (MinGW-w64)Stefan Weil1-1/+1
2013-03-28piix_pci: Fix C99 commentsDavid Woodhouse1-4/+6
2013-03-28piix_pci: Use DEVICE() and ISA_BUS()David Woodhouse1-3/+2
2013-03-28piix_pci: Clean up i440FX object handlingDavid Woodhouse1-5/+10
2013-03-28qemu-bridge-helper: force usage of a very high MAC address for the bridgePaolo Bonzini1-0/+18
2013-03-28virtio-balloon: cleanup: remove qdev field.KONRAD Frederic2-2/+0
2013-03-28virtio-balloon: cleanup: QOM casts.KONRAD Frederic2-24/+21
2013-03-28virtio-balloon: cleanup: init and exit function.KONRAD Frederic1-60/+13
2013-03-28virtio-balloon-ccw: switch to the new API.KONRAD Frederic2-11/+25
2013-03-28virtio-balloon-pci: switch to the new API.KONRAD Frederic2-56/+69
2013-03-28virtio-balloon: add the virtio-balloon device.KONRAD Frederic2-6/+93
2013-03-28Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori11-176/+553
2013-03-28Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori26-180/+595