summaryrefslogtreecommitdiff
path: root/xen-all.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-29memory: allow MemoryListeners to observe a specific address spaceAvi Kivity1-1/+1
2012-02-29memory: move ioeventfd ops to MemoryListenerAvi Kivity1-0/+14
2012-02-29memory: switch memory listeners to a QTAILQAvi Kivity1-0/+1
2012-02-24suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann1-5/+6
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl1-1/+2
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+2
2012-01-05xen: Fix after recent change in dirty bitmap tracking.Anthony PERARD1-20/+18
2012-01-04xen: convert framebuffer dirty tracking to memory APIAvi Kivity1-3/+2
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+2
2012-01-03xen: convert to MemoryListener APIAvi Kivity1-58/+82
2011-12-20xen, vga: add API for registering the framebufferAvi Kivity1-0/+6
2011-12-19xen: convert to memory APIAvi Kivity1-19/+22
2011-12-19memory, xen: pass MemoryRegion to xen_ram_alloc()Avi Kivity1-1/+1
2011-09-15Drop the vm_running global variableLuiz Capitulino1-1/+1
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-4/+6
2011-09-09xen: use uint64_t instead of target_ulong in cpu_ioreq_moveStefano Stabellini1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-7/+7
2011-07-26xen: Fix the memory registration to reflect of what is done by Xen.Anthony PERARD1-7/+20
2011-07-26cpu-common: Have a ram_addr_t of uint64 with Xen.Anthony PERARD1-1/+1
2011-07-26xen: introduce xen_change_state_handlerAnthony PERARD1-7/+18
2011-07-23notifier: Pass data argument to callbackJan Kiszka1-1/+1
2011-07-17xen_console: support the new extended xenstore protocolStefano Stabellini1-0/+60
2011-07-17xen: add vkbd support for PV on HVM guestsStefano Stabellini1-0/+1
2011-07-17xen: enable console and disk backend in HVM modeStefano Stabellini1-0/+8
2011-07-17xen: Clean up map cache API namingJan Kiszka1-2/+2
2011-06-22Merge remote-tracking branch 'qmp/for-anthony' into stagingAnthony Liguori1-1/+1
2011-06-19xen: only track the linear framebufferStefano Stabellini1-0/+14