summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* exec: reorganize mem_add to match Int128 versionPaolo Bonzini2013-06-201-23/+16
* Revert "s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62"Paolo Bonzini2013-06-201-4/+1
* Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini2013-06-202-15/+1
* exec: return MemoryRegion from address_space_translatePaolo Bonzini2013-06-203-84/+84
* exec: Implement subpage_read/write via address_space_rwJan Kiszka2013-06-201-78/+47
* exec: Resolve subpages in one step except for IOTLB fillsJan Kiszka2013-06-203-15/+42
* exec: Allow unaligned address_space_rwJan Kiszka2013-06-201-6/+6
* memory: move private types to exec.cPaolo Bonzini2013-06-202-15/+16
* memory: Introduce address_space_lookup_regionJan Kiszka2013-06-201-1/+7
* exec.c: address_space_translate: handle access to addr 0 of 2^64 sized regionPeter Maydell2013-06-201-1/+1
* doc: Drop ref to Bochs from -no-fd-bootchk documentationMarkus Armbruster2013-06-191-2/+1
* pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster2013-06-191-4/+3
* vl: Rename *boot_devices to *boot_order, for consistencyMarkus Armbruster2013-06-192-10/+10
* vl: Fix -boot order and once regressions, and related bugsMarkus Armbruster2013-06-191-29/+30
* qemu-option: check_params() is now unused, drop itMarkus Armbruster2013-06-192-32/+0
* vl: Clean up parsing of -boot option argumentMarkus Armbruster2013-06-191-62/+22
* wdt_i6300esb: fix vmstate versioningMichael Roth2013-06-181-3/+16
* Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2013-06-184-79/+77
|\
| * iscsi: reorganize iscsi_readcapacity_syncPaolo Bonzini2013-06-181-48/+46
| * iscsi: simplify freeing of tasksPaolo Bonzini2013-06-181-25/+10
| * vhost-scsi: fix k->set_guest_notifiers() NULL dereferenceStefan Hajnoczi2013-06-181-1/+1
| * scsi-disk: scsi-block device for scsi pass-through should not be removablePavel Hrdina2013-06-181-3/+11
| * scsi-generic: check the return value of bdrv_aio_ioctl in execute_commandPavel Hrdina2013-06-181-0/+3
| * scsi-generic: fix sign extension of READ CAPACITY(10) dataPaolo Bonzini2013-06-181-2/+3
| * scsi: reset cdrom tray statuses on scsi_disk_resetPavel Hrdina2013-06-181-0/+3
* | Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori2013-06-182-10/+14
|\ \
| * | nbd: strip braces from literal IPv6 address in URIJán Tomko2013-06-181-1/+10
| * | qemu-socket: allow hostnames starting with a digitJán Tomko2013-06-181-9/+4
| |/
* | virtio-rng: Fix crash with non-default backendCole Robinson2013-06-183-3/+3
|/
* intc/xilinx_intc: Dont lower IRQ when HIE clearedPeter Crosthwaite2013-06-181-5/+0
* intc/xilinx_intc: Inhibit write to ISR when HIEPeter Crosthwaite2013-06-181-0/+5
* intc/xilinx_intc: Handle level interrupt retriggeringPeter Crosthwaite2013-06-181-1/+15
* intc/xilinx_intc: Don't clear level sens. IRQs without ACKPeter Crosthwaite2013-06-181-7/+1
* microblaze/petalogix_s3adsp1800_mmu: Fix UART IRQPeter Crosthwaite2013-06-181-1/+1
* Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-06-1710-16/+25
|\
| * qerror: drop QERR_OPEN_FILE_FAILED macroLuiz Capitulino2013-06-171-3/+0
| * block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILEDLuiz Capitulino2013-06-171-2/+2
| * savevm: qmp_xen_save_devices_state(): use error_setg_file_open()Luiz Capitulino2013-06-171-1/+1
| * dump: qmp_dump_guest_memory(): use error_setg_file_open()Luiz Capitulino2013-06-171-1/+1
| * cpus: use error_setg_file_open()Luiz Capitulino2013-06-171-2/+2
| * blockdev: use error_setg_file_open()Luiz Capitulino2013-06-171-4/+7
| * block: mirror_complete(): use error_setg_file_open()Luiz Capitulino2013-06-171-1/+1
| * rng-random: use error_setg_file_open()Luiz Capitulino2013-06-171-2/+1
| * error: add error_setg_file_open() helperLuiz Capitulino2013-06-172-0/+10
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-06-179-19/+1641
|\ \
| * | vmdk: Allow reading variable size descriptor filesEvgeny Budilovsky2013-06-171-7/+20
| * | NVMe: Initial commit for new storage interfaceKeith Busch2013-06-176-0/+1604
| * | curl: Don't set curl options on the handle just before it's going to be deleted.Richard W.M. Jones2013-06-171-2/+0
| * | vmdk: byteswap VMDK4Header.desc_offset fieldStefan Hajnoczi2013-06-171-2/+5
| * | block/curl.c: Refuse to open the handle for writes.Richard W.M. Jones2013-06-171-0/+6
OpenPOWER on IntegriCloud