summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini15-52/+85
2013-06-20exec: reorganize mem_add to match Int128 versionPaolo Bonzini1-23/+16
2013-06-20Revert "s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62"Paolo Bonzini1-4/+1
2013-06-20Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini2-15/+1
2013-06-20exec: return MemoryRegion from address_space_translatePaolo Bonzini3-84/+84
2013-06-20exec: Implement subpage_read/write via address_space_rwJan Kiszka1-78/+47
2013-06-20exec: Resolve subpages in one step except for IOTLB fillsJan Kiszka3-15/+42
2013-06-20exec: Allow unaligned address_space_rwJan Kiszka1-6/+6
2013-06-20memory: move private types to exec.cPaolo Bonzini2-15/+16
2013-06-20memory: Introduce address_space_lookup_regionJan Kiszka1-1/+7
2013-06-20exec.c: address_space_translate: handle access to addr 0 of 2^64 sized regionPeter Maydell1-1/+1
2013-06-19doc: Drop ref to Bochs from -no-fd-bootchk documentationMarkus Armbruster1-2/+1
2013-06-19pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster1-4/+3
2013-06-19vl: Rename *boot_devices to *boot_order, for consistencyMarkus Armbruster2-10/+10
2013-06-19vl: Fix -boot order and once regressions, and related bugsMarkus Armbruster1-29/+30
2013-06-19qemu-option: check_params() is now unused, drop itMarkus Armbruster2-32/+0
2013-06-19vl: Clean up parsing of -boot option argumentMarkus Armbruster1-62/+22
2013-06-18wdt_i6300esb: fix vmstate versioningMichael Roth1-3/+16
2013-06-18Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori4-79/+77
2013-06-18Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori2-10/+14
2013-06-18virtio-rng: Fix crash with non-default backendCole Robinson3-3/+3
2013-06-18iscsi: reorganize iscsi_readcapacity_syncPaolo Bonzini1-48/+46
2013-06-18iscsi: simplify freeing of tasksPaolo Bonzini1-25/+10
2013-06-18vhost-scsi: fix k->set_guest_notifiers() NULL dereferenceStefan Hajnoczi1-1/+1
2013-06-18scsi-disk: scsi-block device for scsi pass-through should not be removablePavel Hrdina1-3/+11
2013-06-18scsi-generic: check the return value of bdrv_aio_ioctl in execute_commandPavel Hrdina1-0/+3
2013-06-18scsi-generic: fix sign extension of READ CAPACITY(10) dataPaolo Bonzini1-2/+3
2013-06-18scsi: reset cdrom tray statuses on scsi_disk_resetPavel Hrdina1-0/+3
2013-06-18nbd: strip braces from literal IPv6 address in URIJán Tomko1-1/+10
2013-06-18qemu-socket: allow hostnames starting with a digitJán Tomko1-9/+4
2013-06-18intc/xilinx_intc: Dont lower IRQ when HIE clearedPeter Crosthwaite1-5/+0
2013-06-18intc/xilinx_intc: Inhibit write to ISR when HIEPeter Crosthwaite1-0/+5
2013-06-18intc/xilinx_intc: Handle level interrupt retriggeringPeter Crosthwaite1-1/+15
2013-06-18intc/xilinx_intc: Don't clear level sens. IRQs without ACKPeter Crosthwaite1-7/+1
2013-06-18microblaze/petalogix_s3adsp1800_mmu: Fix UART IRQPeter Crosthwaite1-1/+1
2013-06-17Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori10-16/+25
2013-06-17Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori9-19/+1641
2013-06-17Merge remote-tracking branch 'rth/fix-ppc64' into stagingAnthony Liguori1-15/+14
2013-06-17tcg-ppc64: rotr_i32 rotates wrong amountAnton Blanchard1-1/+1
2013-06-17tcg-ppc64: Fix add2_i64Anton Blanchard1-7/+7
2013-06-17tcg-ppc64: bswap64 rotates output 32 bitsAnton Blanchard1-2/+0
2013-06-17tcg-ppc64: Fix RLDCL opcodeAnton Blanchard1-5/+6
2013-06-17vmdk: Allow reading variable size descriptor filesEvgeny Budilovsky1-7/+20
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch6-0/+1604
2013-06-17curl: Don't set curl options on the handle just before it's going to be deleted.Richard W.M. Jones1-2/+0
2013-06-17vmdk: byteswap VMDK4Header.desc_offset fieldStefan Hajnoczi1-2/+5
2013-06-17block/curl.c: Refuse to open the handle for writes.Richard W.M. Jones1-0/+6
2013-06-17sheepdog: support 'qemu-img snapshot -a'Liu Yuan1-7/+5
2013-06-17sheepdog: fix snapshot tag initializationLiu Yuan1-1/+1
2013-06-17qerror: drop QERR_OPEN_FILE_FAILED macroLuiz Capitulino1-3/+0