summaryrefslogtreecommitdiff
path: root/xen-all.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-05kvm: Add a new machine option kvm-typeAneesh Kumar K.V1-1/+1
2013-12-01xen: fix two errors when debug is enabledWei Liu1-2/+2
2013-10-10qemu/xen: make use of xenstore relative pathsRoger Pau Monné1-1/+1
2013-09-25xen: Fix vcpu initialization.Anthony PERARD1-4/+4
2013-09-25qemu: Add qemu xen logic for Xen HVM S3 resumeLiu, Jinsong1-0/+9
2013-09-09pc: Initializing ram_memory under Xen.Anthony PERARD1-3/+4
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-6/+6
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-4/+4
2013-06-25Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...Stefano Stabellini1-6/+6
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-3/+3
2013-06-11hw/xen: Use g_free instead of free and fix potential memory leaksStefan Weil1-3/+5
2013-06-03xen: remove xen_vcpu_initStefano Stabellini1-23/+0
2013-06-03xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)Stefano Stabellini1-6/+6
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-3/+3
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-4/+6
2013-01-15xen: Simplify halting of first CPUAndreas Färber1-3/+1
2012-12-22xen: add missing includePaolo Bonzini1-0/+1
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori1-4/+4
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-17cpu_ioreq_pio, cpu_ioreq_move: i should be uint32_t rather than intIan Jackson1-2/+2
2012-12-17cpu_ioreq_pio, cpu_ioreq_move: introduce read_phys_req_item, write_phys_req_itemIan Jackson1-30/+46
2012-12-17Fix compile errors when enabling Xen debug logging.Sander Eikelenboom1-3/+4
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-18/+18
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity1-1/+1
2012-10-15xen: drop no-op MemoryListener callbacksAvi Kivity1-32/+0
2012-10-05cleanup useless return sentenceAmos Kong1-1/+0
2012-10-03xen: Set the vram dirty when an error occur.Anthony PERARD1-1/+2
2012-10-03xen: Introduce xen_modified_memory.Anthony PERARD1-0/+21
2012-10-03QMP, Introduce xen-set-global-dirty-log command.Anthony PERARD1-0/+15
2012-08-22xen-all.c: fix multiply issue for int and uint typesDongxiao Xu1-8/+16
2012-07-12memory: pass EventNotifier, not eventfdPaolo Bonzini1-2/+4
2012-06-21Introduce Xen PCI Passthrough, qdeviceAllen Kay1-0/+12
2012-05-17Call xc_domain_shutdown with the reboot flag when the guest requests a reboot.John V. Baboval1-7/+11
2012-05-17xen: disable rtc_clockStefano Stabellini1-0/+4
2012-04-17xen: add a dummy xc_hvm_inject_msi for Xen < 4.2Stefano Stabellini1-1/+1
2012-04-13xen: introduce an event channel for buffered io event notificationsStefano Stabellini1-6/+39
2012-04-13Xen: basic HVM MSI injection support.Wei Liu1-0/+5
2012-03-19Merge remote-tracking branch 'sstabellini/saverestore-8' into stagingAnthony Liguori1-2/+102
2012-03-19xen: do not allocate RAM during INMIGRATE runstateAnthony PERARD1-0/+8
2012-03-19xen mapcache: check if memory region has moved.Anthony PERARD1-1/+17
2012-03-19xen: record physmap changes to xenstoreStefano Stabellini1-1/+77
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-2/+2
2012-03-01Merge remote-tracking branch 'qemu-kvm/memory/core' into stagingAnthony Liguori1-1/+32
2012-02-29memory: support stateless memory listenersAvi Kivity1-0/+16
2012-02-29xen: ignore I/O memory regionsAvi Kivity1-1/+1