summaryrefslogtreecommitdiffstats
path: root/xen-all.c
Commit message (Expand)AuthorAgeFilesLines
* pc: Initializing ram_memory under Xen.Anthony PERARD2013-09-091-3/+4
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-6/+6
* memory: add ref/unref callsPaolo Bonzini2013-07-041-0/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-4/+4
* Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...Stefano Stabellini2013-06-251-6/+6
* memory: make section size a 128-bit integerPaolo Bonzini2013-06-201-3/+3
* hw/xen: Use g_free instead of free and fix potential memory leaksStefan Weil2013-06-111-3/+5
* xen: remove xen_vcpu_initStefano Stabellini2013-06-031-23/+0
* xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)Stefano Stabellini2013-06-031-6/+6
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-3/+3
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-4/+6
* 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
OpenPOWER on IntegriCloud