summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xen-all.c: fix multiply issue for int and uint typesDongxiao Xu2012-08-281-8/+16
* 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
* xen: Fix the memory registration to reflect of what is done by Xen.Anthony PERARD2011-07-261-7/+20
* cpu-common: Have a ram_addr_t of uint64 with Xen.Anthony PERARD2011-07-261-1/+1
* xen: introduce xen_change_state_handlerAnthony PERARD2011-07-261-7/+18
* notifier: Pass data argument to callbackJan Kiszka2011-07-231-1/+1
* xen_console: support the new extended xenstore protocolStefano Stabellini2011-07-171-0/+60
* xen: add vkbd support for PV on HVM guestsStefano Stabellini2011-07-171-0/+1
* xen: enable console and disk backend in HVM modeStefano Stabellini2011-07-171-0/+8
* xen: Clean up map cache API namingJan Kiszka2011-07-171-2/+2
* Merge remote-tracking branch 'qmp/for-anthony' into stagingAnthony Liguori2011-06-221-1/+1
|\
| * Allow silent system resetsJan Kiszka2011-06-161-1/+1
* | xen: only track the linear framebufferStefano Stabellini2011-06-191-0/+14
* | xen: Introduce VGA sync dirty bitmap supportAnthony PERARD2011-06-191-0/+267
|/
* xen: Add Xen hypercall for sleep state in the cmos_s3 callback.Anthony PERARD2011-05-081-0/+9
* xen: Set running state in xenstore.Anthony PERARD2011-05-081-0/+23
* xen: Initialize event channels and io ringsArun Sharma2011-05-081-0/+417
* xen: Introduce the Xen mapcacheJun Nakajima2011-05-081-0/+66
* xen: Introduce Xen Interrupt ControllerAnthony PERARD2011-05-081-0/+12
* piix_pci: Introduces Xen specific call for irq.Anthony PERARD2011-05-081-0/+31
* xen: Add xenfv machineAnthony PERARD2011-05-081-0/+24