summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-28vl: add runstate_set tracepointKazuya Saito2-1/+2
2013-03-28.gitignore: rename trace/generated-tracers.dtraceStefan Hajnoczi1-1/+1
2013-03-28.gitignore: add trace/generated-events.[ch]Stefan Hajnoczi1-0/+2
2013-03-28trace: rebuild generated-events.o when configuration changesStefan Hajnoczi1-1/+1
2013-03-28trace: [stderr] Port to generic event information and new control interfaceLluís Vilanova3-58/+14
2013-03-28trace: [simple] Port to generic event information and new control interfaceLluís Vilanova3-46/+13
2013-03-28trace: [default] Port to generic event information and new control interfaceLluís Vilanova1-3/+2
2013-03-28trace: [monitor] Use new event control interfaceLluís Vilanova1-2/+11
2013-03-28trace: Provide a detailed event control interfaceLluís Vilanova4-58/+349
2013-03-28trace: Provide a generic tracing event descriptorLluís Vilanova7-9/+172
2013-03-28trace: [tracetool] Explicitly identify public backendsLluís Vilanova6-3/+30
2013-03-28block: Fix direct use of protocols as driver for bdrv_open()Kevin Wolf1-11/+15
2013-03-28qcow2: Gather clusters in a looping loopKevin Wolf2-32/+44
2013-03-28qcow2: Move cluster gathering to a non-looping loopKevin Wolf1-64/+70
2013-03-28qcow2: Allow requests with multiple l2metasKevin Wolf3-3/+17
2013-03-28qcow2: Use byte granularity in qcow2_alloc_cluster_offset()Kevin Wolf1-56/+28
2013-03-28qcow2: Prepare handle_alloc/copied() for byte granularityKevin Wolf1-9/+16
2013-03-28qcow2: handle_copied(): Implement non-zero host_offsetKevin Wolf1-8/+20
2013-03-28qcow2: handle_copied(): Get rid of keep_clusters parameterKevin Wolf1-10/+13
2013-03-28qcow2: handle_copied(): Get rid of nb_clusters parameterKevin Wolf1-6/+18
2013-03-28qcow2: Factor out handle_copied()Kevin Wolf2-40/+95
2013-03-28qcow2: Clean up handle_alloc()Kevin Wolf1-57/+53
2013-03-28qcow2: Finalise interface of handle_alloc()Kevin Wolf2-13/+21
2013-03-28qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf2-17/+32