summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-25PPC: Fix L2CR write accessesAlexander Graf1-12/+17
2013-10-25target-ppc: Little Endian Correction to Load/Store Vector ElementTom Musta1-0/+2
2013-10-25ppc: Add CFAR, DAR and DSISR to the dictionary of printable registersTom Musta1-0/+3
2013-10-25pseries: Fix loading of little endian kernelsBenjamin Herrenschmidt1-1/+12
2013-10-25pseries: Update SLOF firmware imageAlexey Kardashevskiy3-1/+1
2013-10-25qemu-iotests: Test for loading VM state from qcow2Max Reitz3-0/+77
2013-10-24hw/microblaze: Add support for loading initrd imagesEdgar E. Iglesias4-3/+45
2013-10-24hw/microblaze: Indentation cleanupsEdgar E. Iglesias3-8/+10
2013-10-24microblaze: At swx, check that the reserved word is unmodifiedEdgar E. Iglesias2-0/+17
2013-10-24microblaze: Turn res_addr into a tcg globalEdgar E. Iglesias1-6/+7
2013-10-24microblaze: Move the saving of the reservation addr into gen_loadEdgar E. Iglesias1-5/+8
2013-10-24microblaze: Improve srcEdgar E. Iglesias1-11/+4
2013-10-24microblaze: Improve srlEdgar E. Iglesias1-5/+2
2013-10-24microblaze: Simplify andn by using tcg_gen_andcEdgar E. Iglesias1-4/+1
2013-10-24microblaze: Make write_carryi input a booleanEdgar E. Iglesias1-2/+2
2013-10-24microblaze: Clarify expected input of write_carryEdgar E. Iglesias1-0/+4
2013-10-24block/vpc: check that the image has not been truncatedPeter Lieven1-0/+7
2013-10-24qemu-img: add special exit code if bdrv_check is not supportedPeter Lieven1-1/+1
2013-10-24qcow2: Unset zero_beyond_eof in save_vmstateMax Reitz1-0/+3
2013-10-24qcow2: Restore total_sectors value in save_vmstateMax Reitz1-0/+6
2013-10-23audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* secondHans de Goede1-1/+2
2013-10-22usb-hcd-xhci: Update endpoint context dequeue pointer for streams tooHans de Goede1-2/+8
2013-10-22usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stopHans de Goede1-8/+18
2013-10-22usb-hcd-xhci: Remove unused cancelled member from XHCITransferHans de Goede1-5/+0
2013-10-22usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContextHans de Goede1-9/+0
2013-10-22usb-host-libusb: Detach kernel drivers earlierHans de Goede1-2/+5
2013-10-22usb-host-libusb: Configuration 0 may be a valid configurationHans de Goede1-5/+4
2013-10-22usb-host-libusb: Fix reset handlingHans de Goede1-6/+4
2013-10-21qapi: fix documentation exampleEric Blake1-1/+1
2013-10-18monitor: eliminate monitor_event_state_lockPaolo Bonzini1-6/+0
2013-10-18Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori3-17/+56
2013-10-18Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2-1/+15
2013-10-18Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori6-15/+12
2013-10-18Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori17-143/+502
2013-10-18Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori18-30/+35
2013-10-18Merge remote-tracking branch 'spice/spice.v75' into stagingAnthony Liguori5-47/+81
2013-10-18Merge remote-tracking branch 'filippov/tags/20131015-xtensa' into stagingAnthony Liguori1-0/+8
2013-10-18vmdk: fix VMFS extent parsingFam Zheng1-0/+2
2013-10-18vmdk: Only read cid from image file when openingFam Zheng1-5/+3
2013-10-18net/rtl8139: update network information when macaddr is changed in guestAmos Kong1-1/+5
2013-10-18net/e1000: update network information when macaddr is changed in guestAmos Kong1-0/+8
2013-10-18net: update nic info during device resetAmos Kong2-0/+2
2013-10-18virtio: Remove unneeded memcpyStefan Weil1-1/+0
2013-10-17exec: remove qemu_safe_ram_ptrPaolo Bonzini1-69/+28
2013-10-17icount: make it thread-safePaolo Bonzini1-6/+31
2013-10-17icount: document (future) locking rules for icountPaolo Bonzini1-4/+11
2013-10-17icount: prepare the code for future races in calling qemu_clock_warpPaolo Bonzini1-12/+10
2013-10-17icount: reorganize icount_warp_rtPaolo Bonzini1-8/+10
2013-10-17icount: use cpu_get_icount() directlyPaolo Bonzini1-2/+5
2013-10-17timer: add timer_mod_anticipate and timer_mod_anticipate_nsPaolo Bonzini2-0/+55