aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-04vga: pass owner to vga_init_vbePaolo Bonzini
2013-07-04vga: pass owner to cirrus_init_commonPaolo Bonzini
2013-07-04vga: pass owner to vga_common_initPaolo Bonzini
2013-07-04vga: pass owner to vga_initPaolo Bonzini
2013-07-04escc: rename struct to ESCCStatePaolo Bonzini
2013-07-04memory: ref/unref memory across address_space_map/unmapPaolo Bonzini
2013-07-04exec: reorganize address_space_mapPaolo Bonzini
2013-07-04memory: return MemoryRegion from qemu_ram_addr_from_hostPaolo Bonzini
2013-07-04exec: move qemu_ram_addr_from_host_nofail to cputlb.cPaolo Bonzini
2013-07-04exec: check MRU in qemu_ram_addr_from_hostPaolo Bonzini
2013-07-04memory: add ref/unref callsPaolo Bonzini
2013-07-04memory: introduce memory_region_presentPaolo Bonzini
2013-07-04memory: add ref/unrefPaolo Bonzini
2013-07-04memory: add getter for ownerPaolo Bonzini
2013-07-04exec: simplify destruction of the phys mapPaolo Bonzini
2013-07-04memory: destroy phys_sections one by onePaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04ioport: Move portio types to ioport.hJan Kiszka
2013-07-04vmport: Disentangle read handler type from portioJan Kiszka
2013-07-04ioport: Remove unused old dispatching servicesJan Kiszka
2013-07-04ioport: Switch dispatching to memory core layerJan Kiszka
2013-07-04xen: Mark fixed platform I/O as unalignedJan Kiszka
2013-07-04vmware-vga: Accept unaligned I/O accessesJan Kiszka
2013-07-04isa: implement isa_is_ioport_assigned via memory_region_findJan Kiszka
2013-07-04Privatize register_ioport_read/writeJan Kiszka
2013-07-04vt82c686: replace register_ioport*Jan Kiszka
2013-07-04prep: replace register_ioport*Jan Kiszka
2013-07-04i82374: replace register_ioport*Jan Kiszka
2013-07-04wdt_ib700: replace register_ioport*Jan Kiszka
2013-07-04applesmc: replace register_ioport*Jan Kiszka
2013-07-04adlib: replace register_ioport*Jan Kiszka
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini
2013-07-04scsi: keep device alive while it has requestsPaolo Bonzini
2013-07-04pci: Move pci_read_devaddr to pci-hotplug-old.cDavid Gibson
2013-07-04pci: Cleanup configuration for pci-hotplug.cDavid Gibson
2013-07-04pvpanic: fix fwcfg for big endian hostsMichael S. Tsirkin
2013-07-04pvpanic: initialization cleanupMichael S. Tsirkin
2013-07-04MAINTAINERS: s/Marcelo/Paolo/Michael S. Tsirkin
2013-07-04e1000: cleanup process_tx_descAndrew Jones
2013-07-04pc_piix: cleanup init compat handlingMichael S. Tsirkin
2013-07-04pc: pass PCI hole ranges to GuestsMichael S. Tsirkin
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin
2013-07-04range: add Range structureMichael S. Tsirkin
2013-07-03Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-07-03kvmclock: clock should count only if vm is runningMarcelo Tosatti
2013-07-03pci-assign: remove the duplicate function name in debug messageWanlong Gao
2013-07-03kvm: skip system call when msi route is unchangedMichael S. Tsirkin
2013-07-03kvm: zero-initialize KVM_SET_GSI_ROUTING inputMichael S. Tsirkin
2013-07-03kvm: add detail error message when fail to add ioeventfdAmos Kong
2013-07-02int128: optimize and add test casesPaolo Bonzini