aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-06-27rdma: export yield_until_fd_readable()Michael R. Hines
2013-06-27rdma: introduce qemu_update_position()Michael R. Hines
2013-06-25Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...Stefano Stabellini
2013-06-24Merge remote-tracking branch 'kraxel/usb.84' into stagingAnthony Liguori
2013-06-24usb: add serial bus propertyGerd Hoffmann
2013-06-21vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev
2013-06-21audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini
2013-06-20pci: use memory core for iommu supportAvi Kivity
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini
2013-06-20spapr: use memory core for iommu supportPaolo Bonzini
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini
2013-06-20memory: Add iommu map/unmap notifiersDavid Gibson
2013-06-20memory: iommu supportAvi Kivity
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini
2013-06-20Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini
2013-06-20exec: return MemoryRegion from address_space_translatePaolo Bonzini
2013-06-20exec: Resolve subpages in one step except for IOTLB fillsJan Kiszka
2013-06-20memory: move private types to exec.cPaolo Bonzini
2013-06-19vl: Rename *boot_devices to *boot_order, for consistencyMarkus Armbruster
2013-06-19qemu-option: check_params() is now unused, drop itMarkus Armbruster
2013-06-17Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch
2013-06-17qerror: drop QERR_OPEN_FILE_FAILED macroLuiz Capitulino
2013-06-17error: add error_setg_file_open() helperLuiz Capitulino
2013-06-17Merge remote-tracking branch 'pmaydell/configury.next' into stagingAnthony Liguori
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl
2013-06-14configure: dtc: Probe for libfdt_env.hPeter Crosthwaite
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster
2013-06-14log.h: Supply missing includesMarkus Armbruster
2013-06-14error-report.h: Supply missing includeMarkus Armbruster
2013-06-14Merge remote-tracking branch 'mjt/trivial-patches-next' into stagingAnthony Liguori
2013-06-14Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-06-14Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into stagingAnthony Liguori
2013-06-14Merge remote-tracking branch 'rth/tcg-for-anthony' into stagingAnthony Liguori
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev
2013-06-12tcg/aarch64: implement new TCG target for aarch64Claudio Fontana
2013-06-12include/elf.h: add aarch64 ELF machine and relocsClaudio Fontana
2013-06-11gtk: implement -full-screenPeter Wu
2013-06-11char/serial: Use generic Fifo8Peter Crosthwaite
2013-06-11memory_mapping: Improve qemu_get_guest_memory_mapping() error reportingAndreas Färber
2013-06-11cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber
2013-06-11memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.hAndreas Färber
2013-06-11cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber
2013-06-10target-i386: Set level=4 on Conroe/Penryn/NehalemEduardo Habkost
2013-06-10target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth
2013-06-07qdev: Drop FROM_QBUS() macroAndreas Färber