summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.hAndreas Färber2013-06-112-2/+5
| * | | cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber2013-06-112-1/+10
| * | | target-i386: Set level=4 on Conroe/Penryn/NehalemEduardo Habkost2013-06-101-0/+12
| * | | target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost2013-06-101-0/+16
| |/ /
* | | Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into stagingAnthony Liguori2013-06-142-1/+133
|\ \ \
| * | | tcg/aarch64: implement new TCG target for aarch64Claudio Fontana2013-06-121-1/+4
| * | | include/elf.h: add aarch64 ELF machine and relocsClaudio Fontana2013-06-121-0/+129
| |/ /
* | | Merge remote-tracking branch 'rth/tcg-for-anthony' into stagingAnthony Liguori2013-06-141-1/+1
|\ \ \ | |/ / |/| |
| * | tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITSRichard Henderson2013-06-051-1/+1
| |/
* | qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2013-06-101-1/+1
* | qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia2013-06-071-1/+3
* | block: add image info query function bdrv_query_image_info()Wenchao Xia2013-06-071-3/+3
* | block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia2013-06-071-1/+3
* | blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf2013-06-061-0/+3
* | qemu-io: Interface cleanupKevin Wolf2013-06-061-0/+46
* | qemu-io: Move qemu_strsep() to cutils.cKevin Wolf2013-06-061-0/+1
* | cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf2013-06-061-0/+2
|/
* Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into stagingAnthony Liguori2013-06-042-5/+3
|\
| * xen: remove xen_vcpu_initStefano Stabellini2013-06-031-1/+0
| * xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)Stefano Stabellini2013-06-031-0/+3
| * xen: simplify xen_enabledStefano Stabellini2013-06-031-4/+0
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-06-044-28/+100
|\ \
| * | block: dump snapshot and image info to specified outputWenchao Xia2013-06-041-2/+4
| * | block: move qmp and info dump related code to block/qapi.cWenchao Xia2013-06-043-9/+42
| * | block: move snapshot code in block.c to block/snapshot.cWenchao Xia2013-06-042-21/+58
| * | block: drop bs_snapshots global variableStefan Hajnoczi2013-06-041-1/+0
| * | block: add block driver read only whitelistFam Zheng2013-06-041-1/+2
* | | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-06-045-11/+15
|\ \ \ | |/ / |/| |
| * | fw_cfg: add API to find FW cfg objectMichael S. Tsirkin2013-06-021-0/+2
| * | fw_cfg: move typedef to qemu/typedefs.hMichael S. Tsirkin2013-06-023-2/+2
| * | refer to FWCfgState explicitlyLaszlo Ersek2013-06-022-10/+12
| * | firmware_abi: move to include/hw/nvram/Michael S. Tsirkin2013-06-021-0/+0
* | | Merge remote-tracking branch 'kraxel/usb.83' into stagingAnthony Liguori2013-06-031-0/+11
|\ \ \
| * | | pci: add VMSTATE_MSIXGerd Hoffmann2013-06-031-0/+11
* | | | rtc: remove rtc_set_dateHu Tao2013-06-011-1/+0
|/ / /
* | | Merge remote-tracking branch 'mdroth/qga-pull-2013-05-30' into stagingAnthony Liguori2013-05-311-0/+11
|\ \ \
| * | | osdep: add qemu_get_local_state_pathname()Laszlo Ersek2013-05-301-0/+11
| |/ /
* | | Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-05-311-1/+4
|\ \ \
| * | | qapi: pad GenericList value fields to 64 bitsMichael Roth2013-05-301-1/+4
| |/ /
* | | Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori2013-05-317-64/+58
|\ \ \ | |/ / |/| |
| * | memory: add return value to address_space_rw/read/writePaolo Bonzini2013-05-291-3/+9
| * | memory: propagate errors on I/O dispatchPaolo Bonzini2013-05-292-4/+6
| * | exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini2013-05-291-23/+1
| * | memory: add address_space_access_validPaolo Bonzini2013-05-292-1/+17
| * | memory: export memory_region_access_valid to exec.cPaolo Bonzini2013-05-291-0/+3
| * | memory: move unassigned_mem_ops to memory.cPaolo Bonzini2013-05-291-0/+2
| * | memory: add address_space_translatePaolo Bonzini2013-05-292-24/+19
| * | exec: make io_mem_unassigned privatePaolo Bonzini2013-05-292-9/+2
| * | exec: eliminate io_mem_ramPaolo Bonzini2013-05-292-3/+2
| |/
* | kvm: add kvm_readonly_mem_enabledJordan Justen2013-05-291-0/+10
|/
OpenPOWER on IntegriCloud