Sign in
qemu
/
qemu
/
e330c118f2a5a5365409b123cd0dd2c7d575bf05
/
xen-hvm.c
0ab8ed1
trace: switch to modular code generation for sub-directories
by Daniel P. Berrange
· 8 years ago
e514379
xen: ignore direction in bufioreq handling
by Jan Beulich
· 8 years ago
f37f29d
xen: slightly simplify bufioreq handling
by Jan Beulich
· 8 years ago
ff3b8b8
xen: fix quad word bufioreq handling
by Jan Beulich
· 8 years ago
b85f9df
xen: fix ioreq handling
by Jan Beulich
· 8 years ago
804ba7c
xen: Fix xenpv machine initialisation
by Anthony PERARD
· 8 years ago
b7665c6
xen: handle inbound migration of VMs without ioreq server pages
by Paul Durrant
· 9 years ago
0e39bb0
xen: use a common function for pv and hvm guest backend register calls
by Juergen Gross
· 9 years ago
5ec7d09
xen: fix ram init regression
by Gerd Hoffmann
· 9 years ago
02d0e09
os-posix: include sys/mman.h
by Paolo Bonzini
· 9 years ago
d0448de
xen: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
a8ff431
xen-hvm: ignore background I/O sections
by Paul Durrant
· 9 years ago
89a80e7
hw: remove pio_addr_t
by Paolo Bonzini
· 9 years ago
33c1187
qemu-common: push cpu.h inclusion out of qemu-common.h
by Paolo Bonzini
· 9 years ago
47d3df2
xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2
by Ian Campbell
· 9 years ago
81daba58
xen: drop XenXC and associated interface wrappers
by Ian Campbell
· 9 years ago
2ac9f6d
xen: drop xen_xc_hvm_inject_msi wrapper
by Ian Campbell
· 9 years ago
edfb07e
xen: drop support for Xen 4.1 and older.
by Ian Campbell
· 9 years ago
428c3ec
fix MSI injection on Xen
by Stefano Stabellini
· 9 years ago
21cbfe5
xen: Clean up includes
by Peter Maydell
· 9 years ago
e0cb42a
xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.
by Ian Campbell
· 9 years ago
9ed257d
xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pages
by Ian Campbell
· 9 years ago
a2db2a1
xen: Switch to libxenevtchn interface for compat shims.
by Ian Campbell
· 9 years ago
37aa7a0
xen-hvm: Clean up xen_ram_alloc() error handling
by Markus Armbruster
· 9 years ago
dced4d2
xen-hvm: Clean up xen_hvm_init() error handling
by Markus Armbruster
· 9 years ago
acef5c0
xen-hvm: Mark inappropriate error handling FIXME
by Markus Armbruster
· 9 years ago
f8ed85a
Fix bad error handling after memory_region_init_ram()
by Markus Armbruster
· 9 years ago
7b9c09f
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' into staging
by Peter Maydell
· 9 years ago
20a544c
xen: use errno instead of rc for xc_domain_add_to_physmap
by Konrad Rzeszutek Wilk
· 10 years ago
d8b441a
xen/HVM: atomically access pointers in bufioreq handling
by Jan Beulich
· 10 years ago
e763add
xen-hvm: When using xc_domain_add_to_physmap also include errno when reporting
by Konrad Rzeszutek Wilk
· 10 years ago
91176e3
pc: Remove redundant arguments from xen_hvm_init()
by Eduardo Habkost
· 10 years ago
eeb6b13
xen-hvm: Add trace to ioreq
by Don Slutz
· 10 years ago
000d604
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into staging
by Peter Maydell
· 10 years ago
ffffbb3
Revert "xen-hvm: increase maxmem before calling xc_domain_populate_physmap"
by Stefano Stabellini
· 10 years ago
b2dfd71
memory: prepare for multiple bits in the dirty log mask
by Paolo Bonzini
· 10 years ago
2d1a35b
memory: differentiate memory_region_is_logging and memory_region_get_dirty_log_mask
by Paolo Bonzini
· 10 years ago
3996e85
Xen: Use the ioreq-server API when available
by Paul Durrant
· 10 years ago
c1d322e
xen-hvm: increase maxmem before calling xc_domain_populate_physmap
by Stefano Stabellini
· 10 years ago
d208a85
xen-hvm: Remove redundant variable 'xstate'
by Chen Gang
· 10 years ago
37f9e25
xen-hvm.c: Add support for Xen access to vmport
by Don Slutz
· 10 years ago
6c5b0c0
xen-hvm.c: Always return -1 when failure occurs in xen_hvm_init()
by Chen Gang
· 10 years ago
4994653
memory: add parameter errp to memory_region_init_ram
by Hu Tao
· 10 years ago
3e1f508
xen: hvm: Abstract away memory region name ref
by Peter Crosthwaite
· 11 years ago
dc6c4fe
xen-hvm: Constify string
by Peter Crosthwaite
· 11 years ago
74bc415
xen: fix usage of ENODATA
by Roger Pau Monne
· 11 years ago
a9dd38d
Fix new typos in comments (found by codespell)
by Stefan Weil
· 11 years ago
643f593
xen: build on ARM
by Stefano Stabellini
· 11 years ago
c4f5cdc
xen-hvm: Handle machine opt max-ram-below-4g
by Don Slutz
· 11 years ago
3c2a966
xen-hvm: Fix xen_hvm_init() to adjust pc memory layout
by Don Slutz
· 11 years ago
adf9d70
xen: replace ffsl with ctzl
by Natanael Copa
· 11 years ago
8b6bb0a
pass an inclusive address range to xc_domain_pin_memory_cacheattr
by Stefano Stabellini
· 11 years ago
04b0de0
xen: factor out common functions
by Wei Liu
· 11 years ago
[Renamed (92%) from xen-all.c]
f1e2987
machine: Replace QEMUMachine by MachineClass in accelerator configuration
by Marcel Apfelbaum
· 11 years ago
135a129
kvm: Add a new machine option kvm-type
by Aneesh Kumar K.V
· 11 years ago
d18e173
xen: fix two errors when debug is enabled
by Wei Liu
· 11 years ago
33876df
qemu/xen: make use of xenstore relative paths
by Roger Pau Monné
· 11 years ago
1cd25a8
xen: Fix vcpu initialization.
by Anthony PERARD
· 11 years ago
11addd0
qemu: Add qemu xen logic for Xen HVM S3 resume
by Liu, Jinsong
· 11 years ago
04d7bad
pc: Initializing ram_memory under Xen.
by Anthony PERARD
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
dfde4e6
memory: add ref/unref calls
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
fc744bb
Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)"
by Stefano Stabellini
· 12 years ago
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
Next »