summaryrefslogtreecommitdiffstats
path: root/xen-all.c
Commit message (Expand)AuthorAgeFilesLines
* xen: Simplify halting of first CPUAndreas Färber2013-01-151-3/+1
* xen: add missing includePaolo Bonzini2012-12-221-0/+1
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-191-4/+4
|\
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
| * exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
| * pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* | cpu_ioreq_pio, cpu_ioreq_move: i should be uint32_t rather than intIan Jackson2012-12-171-2/+2
* | cpu_ioreq_pio, cpu_ioreq_move: introduce read_phys_req_item, write_phys_req_itemIan Jackson2012-12-171-30/+46
* | Fix compile errors when enabling Xen debug logging.Sander Eikelenboom2012-12-171-3/+4
|/
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-18/+18
* memory: use AddressSpace for MemoryListener filteringAvi Kivity2012-10-221-1/+1
* xen: drop no-op MemoryListener callbacksAvi Kivity2012-10-151-32/+0
* cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* xen: Set the vram dirty when an error occur.Anthony PERARD2012-10-031-1/+2
* xen: Introduce xen_modified_memory.Anthony PERARD2012-10-031-0/+21
* QMP, Introduce xen-set-global-dirty-log command.Anthony PERARD2012-10-031-0/+15
* xen-all.c: fix multiply issue for int and uint typesDongxiao Xu2012-08-221-8/+16
* memory: pass EventNotifier, not eventfdPaolo Bonzini2012-07-121-2/+4
* Introduce Xen PCI Passthrough, qdeviceAllen Kay2012-06-211-0/+12
* Call xc_domain_shutdown with the reboot flag when the guest requests a reboot.John V. Baboval2012-05-171-7/+11
* xen: disable rtc_clockStefano Stabellini2012-05-171-0/+4
* xen: add a dummy xc_hvm_inject_msi for Xen < 4.2Stefano Stabellini2012-04-171-1/+1
* xen: introduce an event channel for buffered io event notificationsStefano Stabellini2012-04-131-6/+39
* Xen: basic HVM MSI injection support.Wei Liu2012-04-131-0/+5
* Merge remote-tracking branch 'sstabellini/saverestore-8' into stagingAnthony Liguori2012-03-191-2/+102
|\
| * xen: do not allocate RAM during INMIGRATE runstateAnthony PERARD2012-03-191-0/+8
| * xen mapcache: check if memory region has moved.Anthony PERARD2012-03-191-1/+17
| * xen: record physmap changes to xenstoreStefano Stabellini2012-03-191-1/+77
* | Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-2/+2
* | Merge remote-tracking branch 'qemu-kvm/memory/core' into stagingAnthony Liguori2012-03-011-1/+32
|\ \ | |/ |/|
| * memory: support stateless memory listenersAvi Kivity2012-02-291-0/+16
| * xen: ignore I/O memory regionsAvi Kivity2012-02-291-1/+1
| * memory: allow MemoryListeners to observe a specific address spaceAvi Kivity2012-02-291-1/+1
| * memory: move ioeventfd ops to MemoryListenerAvi Kivity2012-02-291-0/+14
| * memory: switch memory listeners to a QTAILQAvi Kivity2012-02-291-0/+1
* | suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann2012-02-241-5/+6
|/
* memory: change dirty setting APIs to take a sizeBlue Swirl2012-01-251-1/+2
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+2
* xen: Fix after recent change in dirty bitmap tracking.Anthony PERARD2012-01-051-20/+18
* xen: convert framebuffer dirty tracking to memory APIAvi Kivity2012-01-041-3/+2
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-1/+2
* xen: convert to MemoryListener APIAvi Kivity2012-01-031-58/+82
* xen, vga: add API for registering the framebufferAvi Kivity2011-12-201-0/+6
* xen: convert to memory APIAvi Kivity2011-12-191-19/+22
* memory, xen: pass MemoryRegion to xen_ram_alloc()Avi Kivity2011-12-191-1/+1
* Drop the vm_running global variableLuiz Capitulino2011-09-151-1/+1
* Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-4/+6
* xen: use uint64_t instead of target_ulong in cpu_ioreq_moveStefano Stabellini2011-09-091-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-7/+7
OpenPOWER on IntegriCloud