summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-06-25Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...Stefano Stabellini1-3/+0
2013-06-24Merge remote-tracking branch 'kraxel/usb.84' into stagingAnthony Liguori1-0/+1
2013-06-24usb: add serial bus propertyGerd Hoffmann1-0/+1
2013-06-21vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev1-1/+1
2013-06-21audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil1-3/+0
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy1-2/+4
2013-06-20dma: eliminate DMAContextPaolo Bonzini3-62/+49
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini2-11/+11
2013-06-20pci: use memory core for iommu supportAvi Kivity3-4/+5
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini1-67/+12
2013-06-20spapr: use memory core for iommu supportPaolo Bonzini1-0/+1
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini3-6/+9
2013-06-20memory: Add iommu map/unmap notifiersDavid Gibson1-0/+32
2013-06-20memory: iommu supportAvi Kivity1-4/+62
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini2-1/+23
2013-06-20Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini1-3/+0
2013-06-20exec: return MemoryRegion from address_space_translatePaolo Bonzini1-4/+4
2013-06-20exec: Resolve subpages in one step except for IOTLB fillsJan Kiszka1-0/+4
2013-06-20memory: move private types to exec.cPaolo Bonzini1-15/+0
2013-06-19vl: Rename *boot_devices to *boot_order, for consistencyMarkus Armbruster1-2/+2
2013-06-19qemu-option: check_params() is now unused, drop itMarkus Armbruster1-2/+0
2013-06-17Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2-3/+5
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch1-0/+1
2013-06-17qerror: drop QERR_OPEN_FILE_FAILED macroLuiz Capitulino1-3/+0
2013-06-17error: add error_setg_file_open() helperLuiz Capitulino1-0/+5
2013-06-17Merge remote-tracking branch 'pmaydell/configury.next' into stagingAnthony Liguori1-36/+0
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl8-39/+54
2013-06-14configure: dtc: Probe for libfdt_env.hPeter Crosthwaite1-36/+0
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster1-1/+1
2013-06-14log.h: Supply missing includesMarkus Armbruster1-0/+3
2013-06-14error-report.h: Supply missing includeMarkus Armbruster1-0/+1
2013-06-14Merge remote-tracking branch 'mjt/trivial-patches-next' into stagingAnthony Liguori3-24/+8
2013-06-14Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori4-12/+57
2013-06-14Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into stagingAnthony Liguori2-1/+133
2013-06-14Merge remote-tracking branch 'rth/tcg-for-anthony' into stagingAnthony Liguori1-1/+1
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev1-13/+2
2013-06-12tcg/aarch64: implement new TCG target for aarch64Claudio Fontana1-1/+4
2013-06-12include/elf.h: add aarch64 ELF machine and relocsClaudio Fontana1-0/+129
2013-06-11gtk: implement -full-screenPeter Wu1-1/+1
2013-06-11char/serial: Use generic Fifo8Peter Crosthwaite1-10/+5
2013-06-11memory_mapping: Improve qemu_get_guest_memory_mapping() error reportingAndreas Färber1-7/+1
2013-06-11cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber2-2/+13
2013-06-11memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.hAndreas Färber2-2/+5
2013-06-11cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber2-1/+10
2013-06-10target-i386: Set level=4 on Conroe/Penryn/NehalemEduardo Habkost1-0/+12
2013-06-10target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost1-0/+16
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth1-1/+1
2013-06-07qdev: Drop FROM_QBUS() macroAndreas Färber1-2/+0
2013-06-07isa: QOM'ify ISADeviceAndreas Färber3-20/+29
2013-06-07isa: QOM'ify ISABusAndreas Färber1-1/+4