index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xen-all.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-12
memory: pass EventNotifier, not eventfd
Paolo Bonzini
1
-2
/
+4
2012-06-21
Introduce Xen PCI Passthrough, qdevice
Allen Kay
1
-0
/
+12
2012-05-17
Call xc_domain_shutdown with the reboot flag when the guest requests a reboot.
John V. Baboval
1
-7
/
+11
2012-05-17
xen: disable rtc_clock
Stefano Stabellini
1
-0
/
+4
2012-04-17
xen: add a dummy xc_hvm_inject_msi for Xen < 4.2
Stefano Stabellini
1
-1
/
+1
2012-04-13
xen: introduce an event channel for buffered io event notifications
Stefano Stabellini
1
-6
/
+39
2012-04-13
Xen: basic HVM MSI injection support.
Wei Liu
1
-0
/
+5
2012-03-19
Merge remote-tracking branch 'sstabellini/saverestore-8' into staging
Anthony Liguori
1
-2
/
+102
2012-03-19
xen: do not allocate RAM during INMIGRATE runstate
Anthony PERARD
1
-0
/
+8
2012-03-19
xen mapcache: check if memory region has moved.
Anthony PERARD
1
-1
/
+17
2012-03-19
xen: record physmap changes to xenstore
Stefano Stabellini
1
-1
/
+77
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-2
/
+2
2012-03-01
Merge remote-tracking branch 'qemu-kvm/memory/core' into staging
Anthony Liguori
1
-1
/
+32
2012-02-29
memory: support stateless memory listeners
Avi Kivity
1
-0
/
+16
2012-02-29
xen: ignore I/O memory regions
Avi Kivity
1
-1
/
+1
2012-02-29
memory: allow MemoryListeners to observe a specific address space
Avi Kivity
1
-1
/
+1
2012-02-29
memory: move ioeventfd ops to MemoryListener
Avi Kivity
1
-0
/
+14
2012-02-29
memory: switch memory listeners to a QTAILQ
Avi Kivity
1
-0
/
+1
2012-02-24
suspend: switch acpi s3 to new infrastructure.
Gerd Hoffmann
1
-5
/
+6
2012-01-25
memory: change dirty setting APIs to take a size
Blue Swirl
1
-1
/
+2
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+2
2012-01-05
xen: Fix after recent change in dirty bitmap tracking.
Anthony PERARD
1
-20
/
+18
2012-01-04
xen: convert framebuffer dirty tracking to memory API
Avi Kivity
1
-3
/
+2
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
1
-1
/
+2
2012-01-03
xen: convert to MemoryListener API
Avi Kivity
1
-58
/
+82
2011-12-20
xen, vga: add API for registering the framebuffer
Avi Kivity
1
-0
/
+6
2011-12-19
xen: convert to memory API
Avi Kivity
1
-19
/
+22
2011-12-19
memory, xen: pass MemoryRegion to xen_ram_alloc()
Avi Kivity
1
-1
/
+1
2011-09-15
Drop the vm_running global variable
Luiz Capitulino
1
-1
/
+1
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
1
-4
/
+6
2011-09-09
xen: use uint64_t instead of target_ulong in cpu_ioreq_move
Stefano Stabellini
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-7
/
+7
2011-07-26
xen: Fix the memory registration to reflect of what is done by Xen.
Anthony PERARD
1
-7
/
+20
2011-07-26
cpu-common: Have a ram_addr_t of uint64 with Xen.
Anthony PERARD
1
-1
/
+1
2011-07-26
xen: introduce xen_change_state_handler
Anthony PERARD
1
-7
/
+18
2011-07-23
notifier: Pass data argument to callback
Jan Kiszka
1
-1
/
+1
2011-07-17
xen_console: support the new extended xenstore protocol
Stefano Stabellini
1
-0
/
+60
2011-07-17
xen: add vkbd support for PV on HVM guests
Stefano Stabellini
1
-0
/
+1
2011-07-17
xen: enable console and disk backend in HVM mode
Stefano Stabellini
1
-0
/
+8
2011-07-17
xen: Clean up map cache API naming
Jan Kiszka
1
-2
/
+2
2011-06-22
Merge remote-tracking branch 'qmp/for-anthony' into staging
Anthony Liguori
1
-1
/
+1
2011-06-19
xen: only track the linear framebuffer
Stefano Stabellini
1
-0
/
+14
2011-06-19
xen: Introduce VGA sync dirty bitmap support
Anthony PERARD
1
-0
/
+267
2011-06-16
Allow silent system resets
Jan Kiszka
1
-1
/
+1
2011-05-08
xen: Add Xen hypercall for sleep state in the cmos_s3 callback.
Anthony PERARD
1
-0
/
+9
2011-05-08
xen: Set running state in xenstore.
Anthony PERARD
1
-0
/
+23
2011-05-08
xen: Initialize event channels and io rings
Arun Sharma
1
-0
/
+417
2011-05-08
xen: Introduce the Xen mapcache
Jun Nakajima
1
-0
/
+66
2011-05-08
xen: Introduce Xen Interrupt Controller
Anthony PERARD
1
-0
/
+12
2011-05-08
piix_pci: Introduces Xen specific call for irq.
Anthony PERARD
1
-0
/
+31
[next]