Sign in
qemu
/
qemu
/
6504a93011138458a2e4f67b513c5a77bdb3cae1
/
xen-all.c
052e87b
memory: make section size a 128-bit integer
by Paolo Bonzini
· 12 years ago
c5633d9
hw/xen: Use g_free instead of free and fix potential memory leaks
by Stefan Weil
· 12 years ago
95222d0
xen: remove xen_vcpu_init
by Stefano Stabellini
· 12 years ago
9f24a80
xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)
by Stefano Stabellini
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
4a1e40b
xen: Simplify halting of first CPU
by Andreas Färber
· 12 years ago
4ad549e
xen: add missing include
by Paolo Bonzini
· 12 years ago
27dd773
Merge remote-tracking branch 'bonzini/header-dirs' into staging
by Anthony Liguori
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
249e7e0
cpu_ioreq_pio, cpu_ioreq_move: i should be uint32_t rather than int
by Ian Jackson
· 12 years ago
a386482
cpu_ioreq_pio, cpu_ioreq_move: introduce read_phys_req_item, write_phys_req_item
by Ian Jackson
· 12 years ago
f1b8caf
Fix compile errors when enabling Xen debug logging.
by Sander Eikelenboom
· 12 years ago
a2cb15b
pci: update all users to look in pci/
by Michael S. Tsirkin
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
f6790af
memory: use AddressSpace for MemoryListener filtering
by Avi Kivity
· 12 years ago
bf83601
xen: drop no-op MemoryListener callbacks
by Avi Kivity
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
8aba7dc
xen: Set the vram dirty when an error occur.
by Anthony PERARD
· 12 years ago
910b38e
xen: Introduce xen_modified_memory.
by Anthony PERARD
· 12 years ago
39f4243
QMP, Introduce xen-set-global-dirty-log command.
by Anthony PERARD
· 12 years ago
14d4018
xen-all.c: fix multiply issue for int and uint types
by Dongxiao Xu
· 13 years ago
753d5e1
memory: pass EventNotifier, not eventfd
by Paolo Bonzini
· 13 years ago
eaab4d6
Introduce Xen PCI Passthrough, qdevice
by Allen Kay
· 13 years ago
180640e
Call xc_domain_shutdown with the reboot flag when the guest requests a reboot.
by John V. Baboval
· 13 years ago
95d5d75
xen: disable rtc_clock
by Stefano Stabellini
· 13 years ago
4c9f8d1
xen: add a dummy xc_hvm_inject_msi for Xen < 4.2
by Stefano Stabellini
· 13 years ago
fda1f76
xen: introduce an event channel for buffered io event notifications
by Stefano Stabellini
· 13 years ago
f1dbf01
Xen: basic HVM MSI injection support.
by Wei Liu
· 13 years ago
33cf629
Merge remote-tracking branch 'sstabellini/saverestore-8' into staging
by Anthony Liguori
· 13 years ago
c234572
xen: do not allocate RAM during INMIGRATE runstate
by Anthony PERARD
· 13 years ago
cd1ba7d
xen mapcache: check if memory region has moved.
by Anthony PERARD
· 13 years ago
d1814e0
xen: record physmap changes to xenstore
by Stefano Stabellini
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
14655e4
Merge remote-tracking branch 'qemu-kvm/memory/core' into staging
by Anthony Liguori
· 13 years ago
50c1e14
memory: support stateless memory listeners
by Avi Kivity
· 13 years ago
947f562
xen: ignore I/O memory regions
by Avi Kivity
· 13 years ago
7376e58
memory: allow MemoryListeners to observe a specific address space
by Avi Kivity
· 13 years ago
80a1ea3
memory: move ioeventfd ops to MemoryListener
by Avi Kivity
· 13 years ago
72e22d2
memory: switch memory listeners to a QTAILQ
by Avi Kivity
· 13 years ago
da98c8e
suspend: switch acpi s3 to new infrastructure.
by Gerd Hoffmann
· 13 years ago
fd4aa97
memory: change dirty setting APIs to take a size
by Blue Swirl
· 13 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
b18620c
xen: Fix after recent change in dirty bitmap tracking.
by Anthony PERARD
· 13 years ago
5a97065
xen: convert framebuffer dirty tracking to memory API
by Avi Kivity
· 13 years ago
c5705a7
vmstate, memory: decouple vmstate from memory API
by Avi Kivity
· 13 years ago
20581d2
xen: convert to MemoryListener API
by Avi Kivity
· 13 years ago
c65adf9
xen, vga: add API for registering the framebuffer
by Avi Kivity
· 13 years ago
ce76b8a
xen: convert to memory API
by Avi Kivity
· 13 years ago
fce537d
memory, xen: pass MemoryRegion to xen_ram_alloc()
by Avi Kivity
· 13 years ago
1354869
Drop the vm_running global variable
by Luiz Capitulino
· 14 years ago
1dfb4dd
Replace the VMSTOP macros with a proper state type
by Luiz Capitulino
· 14 years ago
2b73434
xen: use uint64_t instead of target_ulong in cpu_ioreq_move
by Stefano Stabellini
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
8a369e2
xen: Fix the memory registration to reflect of what is done by Xen.
by Anthony PERARD
· 14 years ago
f15fbc4
cpu-common: Have a ram_addr_t of uint64 with Xen.
by Anthony PERARD
· 14 years ago
fb4bb2b
xen: introduce xen_change_state_handler
by Anthony PERARD
· 14 years ago
9e8dd45
notifier: Pass data argument to callback
by Jan Kiszka
· 14 years ago
0f51726
xen_console: support the new extended xenstore protocol
by Stefano Stabellini
· 14 years ago
37cdfcf
xen: add vkbd support for PV on HVM guests
by Stefano Stabellini
· 14 years ago
ad35a7d
xen: enable console and disk backend in HVM mode
by Stefano Stabellini
· 14 years ago
e41d7c6
xen: Clean up map cache API naming
by Jan Kiszka
· 14 years ago
9319a6d
Merge remote-tracking branch 'qmp/for-anthony' into staging
by Anthony Liguori
· 14 years ago
ebed850
xen: only track the linear framebuffer
by Stefano Stabellini
· 14 years ago
b4dd780
xen: Introduce VGA sync dirty bitmap support
by Anthony PERARD
· 14 years ago
e063eb1
Allow silent system resets
by Jan Kiszka
· 14 years ago
c962247
xen: Add Xen hypercall for sleep state in the cmos_s3 callback.
by Anthony PERARD
· 14 years ago
2932133
xen: Set running state in xenstore.
by Anthony PERARD
· 15 years ago
9ce94e7
xen: Initialize event channels and io rings
by Arun Sharma
· 15 years ago
432d268
xen: Introduce the Xen mapcache
by Jun Nakajima
· 15 years ago
9c11a8a
xen: Introduce Xen Interrupt Controller
by Anthony PERARD
· 15 years ago
4144530
piix_pci: Introduces Xen specific call for irq.
by Anthony PERARD
· 15 years ago
29d3ccd
xen: Add xenfv machine
by Anthony PERARD
· 15 years ago
3285cf4
xen: Add initialisation of Xen
by Anthony PERARD
· 15 years ago