2013-09-25 |
Anthony PERARD | xen: Fix vcpu initialization. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-09-25 |
Liu, Jinsong | qemu: Add qemu xen logic for Xen HVM S3 resume Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-09-25 |
Liu, Jinsong | qemu: Adjust qemu wakeup Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-09-09 |
Anthony PERARD | pc_q35: Initialize Xen. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-09-09 |
Anthony PERARD | pc: Initializing ram_memory under Xen. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-07-29 |
Paul Durrant | Xen PV Device Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-07-29 |
Stefano Stabellini | xen_disk: support "direct-io-safe" backend option Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-06-25 |
Paul Durrant | Move hardcoded initialization of xen-platform device. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-06-25 |
Paul Durrant | Allow use of pc machine type (accel=xen) for Xen HVM... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-06-25 |
Stefano Stabellini | Revert "xen: start PCI hole at 0xe0000000 (same as... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-06-03 |
Stefano Stabellini | xen: use pc_init_pci instead of pc_init_pci_no_kvmclock Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-06-03 |
Stefano Stabellini | xen: remove xen_vcpu_init Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-06-03 |
Stefano Stabellini | xen: start PCI hole at 0xe0000000 (same as pc_init1... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-06-03 |
Stefano Stabellini | xen_machine_pv: do not create a dummy CPU in machine... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-06-03 |
Stefano Stabellini | main_loop: do not set nonblocking if xen_enabled() Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-06-03 |
Stefano Stabellini | xen: simplify xen_enabled Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-04-05 |
Felipe Franciosi | Allow xen guests to plug disks of 1 TiB or more Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-04-05 |
Felipe Franciosi | Introduce 64 bit integer write interface to xenstore Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-04-05 |
Alex Bligh | Xen PV backend: Disable use of O_DIRECT by default... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-04-05 |
Alex Bligh | Xen PV backend: Move call to bdrv_new from blk_init... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-04-03 |
Hanweidong | xen-mapcache: pass the right size argument to test_bits Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-04-03 |
Stefano Stabellini | xen-mapcache: replace last_address_index with a last_entry... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-01-14 |
Stefano Stabellini | xen_disk: implement BLKIF_OP_FLUSH_DISKCACHE, remove... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-01-14 |
Roger Pau Monne | xen_disk: add persistent grant support to xen_disk... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2013-01-14 |
Roger Pau Monne | xen_disk: fix memory leak Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-12-17 |
Ian Jackson | cpu_ioreq_pio, cpu_ioreq_move: i should be uint32_t... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix... Cc: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-12-17 |
Ian Jackson | cpu_ioreq_pio, cpu_ioreq_move: introduce read_phys_req_item... Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-12-17 |
Sander Eikelenboom | Fix compile errors when enabling Xen debug logging. Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-12-17 |
Stefano Stabellini | xen: fix trivial PCI passthrough MSI-X bug Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-12-17 |
Stefano Stabellini | xen: implement support for secondary consoles in the... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-10-03 |
Anthony PERARD | xen: Set the vram dirty when an error occur. Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-10-03 |
Anthony PERARD | exec, memory: Call to xen_modified_memory.
|
commit | commitdiff | tree |
2012-10-03 |
Anthony PERARD | exec: Introduce helper to set dirty flags.
|
commit | commitdiff | tree |
2012-10-03 |
Anthony PERARD | xen: Introduce xen_modified_memory. Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-10-03 |
Anthony PERARD | QMP, Introduce xen-set-global-dirty-log command.
|
commit | commitdiff | tree |
2012-10-03 |
Xudong Hao | qemu/xen: Add 64 bits big bar support on qemu Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-10-03 |
Anthony PERARD | xen: Fix, no unplug of pt device by platform device. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-08-22 |
Dongxiao Xu | xen-all.c: fix multiply issue for int and uint types Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-08-22 |
Frediano Ziglio | Fix invalidate if memory requested was not bucket aligned Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-08-01 |
Stefano Stabellini | fix Xen compilation Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-08-01 |
Anthony PERARD | configure: Fix xen probe with Xen 4.2 and later Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-06-21 |
Jiang Yunhong | Introduce Xen PCI Passthrough, MSI Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-06-21 |
Anthony PERARD | Introduce apic-msidef.h Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-06-21 |
Allen Kay | Introduce Xen PCI Passthrough, PCI config space helpers Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-06-21 |
Allen Kay | Introduce Xen PCI Passthrough, qdevice Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-06-21 |
Anthony PERARD | qdev-properties: Introduce pci-host-devaddr. Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-06-21 |
Anthony PERARD | pci.c: Add opaque argument to pci_for_each_device. Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-06-21 |
Anthony PERARD | Introduce XenHostPCIDevice to access a pci device on... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-06-21 |
Anthony PERARD | configure: Introduce --enable-xen-pci-passthrough. Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-06-21 |
Anthony PERARD | pci_ids: Add INTEL_82599_SFP_VF id. Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-06-21 |
Anthony PERARD | xenstore: Use <xenstore.h> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-06-21 |
Anthony PERARD | xen: Reorganize includes of Xen headers. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-06-11 |
Jan Beulich | qemu/xendisk: set maximum number of grants to be used Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-05-17 |
John V. Baboval | Call xc_domain_shutdown with the reboot flag when the... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-05-17 |
Anthony PERARD | xen: Fix PV-on-HVM Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-05-17 |
Jan Beulich | xen_disk: properly update stats in ioreq_release() Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-05-17 |
Stefano Stabellini | xen_disk: use bdrv_aio_flush instead of bdrv_flush Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-05-17 |
Stefano Stabellini | xen_disk: remove syncwrite option Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-05-17 |
Stefano Stabellini | xen: disable rtc_clock Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-05-17 |
Stefano Stabellini | xen: do not initialize the interval timer and PCSPK... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-04-17 |
Stefano Stabellini | xen: add a dummy xc_hvm_inject_msi for Xen < 4.2 Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-04-17 |
Stefano Stabellini | xen,configure: detect Xen 4.2 Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-04-13 |
Stefano Stabellini | xen: introduce an event channel for buffered io event... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-04-13 |
Julien Grall | xen-mapcache: don't unmap locked entry during mapcache... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-04-13 |
Anthony PERARD | Xen, mapcache: Fix the compute of the size of bucket. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-04-13 |
Stefano Stabellini | xen: handle backend deletion from xenstore Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-04-13 |
Wei Liu | Xen: Add xen-apic support and hook it up. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-04-13 |
Wei Liu | Xen: basic HVM MSI injection support. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-03-27 |
Stefano Stabellini | xen_disk: detach the blkdev before bdrv_delete Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-03-27 |
Stefano Stabellini | xen_console: ignore console disconnect events from... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-03-23 |
Stefano Stabellini | xen_disk: when using AIO flush after the operation... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-03-23 |
Stefano Stabellini | xen_disk: open disk with BDRV_O_NOCACHE | BDRV_O_CACHE_WB... Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-03-19 |
Anthony PERARD | xen: do not allocate RAM during INMIGRATE runstate Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-03-19 |
Anthony PERARD | xen mapcache: check if memory region has moved. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-03-19 |
Stefano Stabellini | xen: record physmap changes to xenstore Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-03-19 |
Stefano Stabellini | Set runstate to INMIGRATE earlier Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-03-19 |
Stefano Stabellini | Introduce "xen-save-devices-state" Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-03-13 |
Stefano Stabellini | cirrus_vga: do not reset videoram Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2012-01-05 |
Anthony PERARD | xen: Fix after recent change in dirty bitmap tracking. Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2011-09-09 |
Anthony PERARD | xen-mapcache: Fix rlimit set size. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2011-09-09 |
Stefano Stabellini | xen: use uint64_t instead of target_ulong in cpu_ioreq_move Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2011-09-09 |
John Haxby | Move the xenfb pointer handler to the connected method Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |
2011-09-09 |
John Haxby | Introduce a new 'connected' xendev op called when Connected. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix...
|
commit | commitdiff | tree |