summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-0214-27/+27
* microblaze: Add support for the sleep insnEdgar E. Iglesias2013-04-021-0/+17
* tcg/mips: Implement muls2_i32Aurelien Jarno2013-04-012-1/+7
* target-i386: SSE4.2: use clz32/ctz32 instead of reinventing the wheelAurelien Jarno2013-04-012-30/+3
* target-i386: enable SSE4.1 and SSE4.2 in TCG modeAurelien Jarno2013-04-011-6/+7
* target-i386: SSE4.2: fix pcmpXstrX instructions with "Masked(-)" polarityAurelien Jarno2013-04-011-1/+1
* target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal ordered" modeAurelien Jarno2013-04-011-2/+3
* target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal each" modeAurelien Jarno2013-04-011-1/+1
* target-i386: SSE4.2: fix pcmpXstrX instructions in "Ranges" modeAurelien Jarno2013-04-011-2/+2
* target-i386: SSE4.2: fix pcmpXstrm instructionsAurelien Jarno2013-04-011-8/+8
* target-i386: SSE4.2: fix pcmpXstri instructionsAurelien Jarno2013-04-011-2/+2
* target-i386: SSE4.2: fix pcmpgtq instructionAurelien Jarno2013-04-011-2/+1
* target-i386: SSE4.1: fix pinsrb instructionAurelien Jarno2013-04-011-2/+2
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-04-014-56/+58
|\
| * hw/tcx: Remove unused 'addr' field and the property that sets itPeter Maydell2013-03-282-3/+0
| * hw/i386/pc: format load_linux functionliguang2013-03-281-53/+56
| * configure: show debug-info option in --help outputDunrong Huang2013-03-281-0/+2
* | sysbus: Remove sysbus_add_memory and sysbus_del_memoryPeter Maydell2013-04-012-23/+0
* | hw/milkymist-softusb: set buffer in softusb_read_{dmem, pmem} error pathPeter Maydell2013-04-011-0/+2
* | milkymist-softusb: Don't map RAM memory regions in the device itselfPeter Maydell2013-04-012-12/+13
* | milkymist-minimac2: Just expose buffers as a sysbus mmio regionPeter Maydell2013-04-012-5/+2
* | musicpal: qdevify musicpal-miscPeter Maydell2013-04-011-5/+23
* | sysbus: make SysBusDeviceClass::init optionalPeter Maydell2013-04-011-0/+3
* | target-moxie: set do_interrupt to a target-specific helper functionDunrong Huang2013-03-313-3/+7
* | w32: Fix build with older gcc (unresolved symbol)Stefan Weil2013-03-301-0/+5
* | target-moxie: Fix pointer-to-integer conversion (MinGW-w64)Stefan Weil2013-03-301-1/+1
* | piix_pci: Fix C99 commentsDavid Woodhouse2013-03-281-4/+6
* | piix_pci: Use DEVICE() and ISA_BUS()David Woodhouse2013-03-281-3/+2
* | piix_pci: Clean up i440FX object handlingDavid Woodhouse2013-03-281-5/+10
* | qemu-bridge-helper: force usage of a very high MAC address for the bridgePaolo Bonzini2013-03-281-0/+18
* | virtio-balloon: cleanup: remove qdev field.KONRAD Frederic2013-03-282-2/+0
* | virtio-balloon: cleanup: QOM casts.KONRAD Frederic2013-03-282-24/+21
* | virtio-balloon: cleanup: init and exit function.KONRAD Frederic2013-03-281-60/+13
* | virtio-balloon-ccw: switch to the new API.KONRAD Frederic2013-03-282-11/+25
* | virtio-balloon-pci: switch to the new API.KONRAD Frederic2013-03-282-56/+69
* | virtio-balloon: add the virtio-balloon device.KONRAD Frederic2013-03-282-6/+93
* | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-03-2811-176/+553
|\ \
| * | block: Fix direct use of protocols as driver for bdrv_open()Kevin Wolf2013-03-281-11/+15
| * | qcow2: Gather clusters in a looping loopKevin Wolf2013-03-282-32/+44
| * | qcow2: Move cluster gathering to a non-looping loopKevin Wolf2013-03-281-64/+70
| * | qcow2: Allow requests with multiple l2metasKevin Wolf2013-03-283-3/+17
| * | qcow2: Use byte granularity in qcow2_alloc_cluster_offset()Kevin Wolf2013-03-281-56/+28
| * | qcow2: Prepare handle_alloc/copied() for byte granularityKevin Wolf2013-03-281-9/+16
| * | qcow2: handle_copied(): Implement non-zero host_offsetKevin Wolf2013-03-281-8/+20
| * | qcow2: handle_copied(): Get rid of keep_clusters parameterKevin Wolf2013-03-281-10/+13
| * | qcow2: handle_copied(): Get rid of nb_clusters parameterKevin Wolf2013-03-281-6/+18
| * | qcow2: Factor out handle_copied()Kevin Wolf2013-03-282-40/+95
| * | qcow2: Clean up handle_alloc()Kevin Wolf2013-03-281-57/+53
| * | qcow2: Finalise interface of handle_alloc()Kevin Wolf2013-03-282-13/+21
| * | qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf2013-03-282-17/+32
OpenPOWER on IntegriCloud