summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-24ide: Convert SET FEATURES to ide_cmd_table handlerKevin Wolf1-72/+75
2013-06-24ide: Convert CHECK POWER MDOE to ide_cmd_table handlerKevin Wolf1-9/+8
2013-06-24ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handlerKevin Wolf1-17/+18
2013-06-24ide: Convert DMA read/write commands to ide_cmd_table handlerKevin Wolf1-31/+38
2013-06-24ide: Convert PIO read/write commands to ide_cmd_table handlerKevin Wolf1-43/+50
2013-06-24ide: Convert read/write multiple commands to ide_cmd_table handlerKevin Wolf1-59/+60
2013-06-24ide: Convert verify commands to ide_cmd_table handlerKevin Wolf1-14/+13
2013-06-24ide: Convert cmd_nop commands to ide_cmd_table handlerKevin Wolf1-31/+17
2013-06-24ide: Convert WIN_IDENTIFY to ide_cmd_table handlerKevin Wolf1-17/+23
2013-06-24ide: Convert WIN_DSM to ide_cmd_table handlerKevin Wolf1-13/+16
2013-06-24ide: Add handler to ide_cmd_tableKevin Wolf1-58/+86
2013-06-20Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori47-773/+697
2013-06-20Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori2-16/+22
2013-06-20memory: render_memory_region: factor out fr constant settersPeter Crosthwaite1-8/+5
2013-06-20memory: as_update_topology_pass: Improve commentsPeter Crosthwaite1-2/+2
2013-06-20memory: Fix comment typoPeter Crosthwaite1-1/+1
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy6-14/+15
2013-06-20dma: eliminate DMAContextPaolo Bonzini23-148/+117
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini4-23/+13
2013-06-20pci: use memory core for iommu supportAvi Kivity5-28/+28
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini5-239/+26
2013-06-20spapr: use memory core for iommu supportPaolo Bonzini2-21/+28
2013-06-20spapr: make IOMMU translation go through IOMMUTLBEntryPaolo Bonzini1-25/+35
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini6-48/+42
2013-06-20vfio: abort if an emulated iommu is usedAvi Kivity1-0/+2
2013-06-20memory: Add iommu map/unmap notifiersDavid Gibson2-0/+50
2013-06-20memory: iommu supportAvi Kivity3-6/+111
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-19make user networking hostfwd work with restrict=yGertjan Halkes1-10/+16
2013-06-19fix -net user checks by reordering checksBas van Sisseren1-6/+6
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