summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-07qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia1-1/+3
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia1-3/+3
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia1-1/+3
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf1-0/+3
2013-06-06qemu-io: Interface cleanupKevin Wolf1-0/+46
2013-06-06qemu-io: Move qemu_strsep() to cutils.cKevin Wolf1-0/+1
2013-06-06cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf1-0/+2
2013-06-04Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into stagingAnthony Liguori2-5/+3
2013-06-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-28/+100
2013-06-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori5-11/+15
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia1-2/+4
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia3-9/+42
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia2-21/+58
2013-06-04block: drop bs_snapshots global variableStefan Hajnoczi1-1/+0
2013-06-04block: add block driver read only whitelistFam Zheng1-1/+2
2013-06-03xen: remove xen_vcpu_initStefano Stabellini1-1/+0
2013-06-03xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)Stefano Stabellini1-0/+3
2013-06-03xen: simplify xen_enabledStefano Stabellini1-4/+0
2013-06-03Merge remote-tracking branch 'kraxel/usb.83' into stagingAnthony Liguori1-0/+11
2013-06-03pci: add VMSTATE_MSIXGerd Hoffmann1-0/+11
2013-06-02fw_cfg: add API to find FW cfg objectMichael S. Tsirkin1-0/+2
2013-06-02fw_cfg: move typedef to qemu/typedefs.hMichael S. Tsirkin3-2/+2
2013-06-02refer to FWCfgState explicitlyLaszlo Ersek2-10/+12
2013-06-02firmware_abi: move to include/hw/nvram/Michael S. Tsirkin1-0/+0
2013-06-01rtc: remove rtc_set_dateHu Tao1-1/+0
2013-05-31Merge remote-tracking branch 'mdroth/qga-pull-2013-05-30' into stagingAnthony Liguori1-0/+11
2013-05-31Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-1/+4
2013-05-31Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori7-64/+58
2013-05-30osdep: add qemu_get_local_state_pathname()Laszlo Ersek1-0/+11
2013-05-30qapi: pad GenericList value fields to 64 bitsMichael Roth1-1/+4
2013-05-29memory: add return value to address_space_rw/read/writePaolo Bonzini1-3/+9
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini2-4/+6
2013-05-29exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini1-23/+1
2013-05-29memory: add address_space_access_validPaolo Bonzini2-1/+17
2013-05-29memory: export memory_region_access_valid to exec.cPaolo Bonzini1-0/+3
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini1-0/+2
2013-05-29memory: add address_space_translatePaolo Bonzini2-24/+19
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini2-9/+2
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini2-3/+2
2013-05-29kvm: add kvm_readonly_mem_enabledJordan Justen1-0/+10
2013-05-24Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori4-29/+37
2013-05-24memory: limit sections in the radix tree to the actual address space sizeAvi Kivity1-0/+3
2013-05-24memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini1-4/+3
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka1-11/+11
2013-05-24memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini1-9/+19
2013-05-24exec: eliminate stq_phys_notdirtyPaolo Bonzini2-2/+0