index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xen-hvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-12
xen: handle inbound migration of VMs without ioreq server pages
Paul Durrant
1
-5
/
+1
2016-08-03
xen: use a common function for pv and hvm guest backend register calls
Juergen Gross
1
-3
/
+1
2016-07-04
xen: fix ram init regression
Gerd Hoffmann
1
-0
/
+3
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-06-07
xen: Use DIV_ROUND_UP
Laurent Vivier
1
-1
/
+1
2016-05-29
xen-hvm: ignore background I/O sections
Paul Durrant
1
-2
/
+12
2016-05-19
hw: remove pio_addr_t
Paolo Bonzini
1
-4
/
+4
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-02-10
xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2
Ian Campbell
1
-17
/
+2
2016-02-10
xen: drop XenXC and associated interface wrappers
Ian Campbell
1
-8
/
+8
2016-02-10
xen: drop xen_xc_hvm_inject_msi wrapper
Ian Campbell
1
-1
/
+1
2016-02-10
xen: drop support for Xen 4.1 and older.
Ian Campbell
1
-19
/
+0
2016-02-06
fix MSI injection on Xen
Stefano Stabellini
1
-0
/
+9
2016-01-29
xen: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-26
xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.
Ian Campbell
1
-6
/
+6
2016-01-26
xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pages
Ian Campbell
1
-7
/
+7
2016-01-26
xen: Switch to libxenevtchn interface for compat shims.
Ian Campbell
1
-12
/
+13
2016-01-14
xen-hvm: Clean up xen_ram_alloc() error handling
Markus Armbruster
1
-3
/
+4
2016-01-14
xen-hvm: Clean up xen_hvm_init() error handling
Markus Armbruster
1
-29
/
+32
2016-01-13
xen-hvm: Mark inappropriate error handling FIXME
Markus Armbruster
1
-0
/
+7
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
1
-1
/
+1
2015-09-10
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...
Peter Maydell
1
-12
/
+43
2015-09-10
xen: use errno instead of rc for xc_domain_add_to_physmap
Konrad Rzeszutek Wilk
1
-2
/
+2
2015-09-10
xen/HVM: atomically access pointers in bufioreq handling
Jan Beulich
1
-8
/
+18
2015-09-10
xen-hvm: When using xc_domain_add_to_physmap also include errno when reporting
Konrad Rzeszutek Wilk
1
-2
/
+2
2015-09-10
pc: Remove redundant arguments from xen_hvm_init()
Eduardo Habkost
1
-13
/
+12
2015-09-08
xen-hvm: Add trace to ioreq
Don Slutz
1
-0
/
+21
2015-06-23
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into sta...
Peter Maydell
1
-24
/
+0
2015-06-23
Revert "xen-hvm: increase maxmem before calling xc_domain_populate_physmap"
Stefano Stabellini
1
-24
/
+0
2015-06-05
memory: prepare for multiple bits in the dirty log mask
Paolo Bonzini
1
-7
/
+13
2015-06-05
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
1
-1
/
+1
2015-01-20
Xen: Use the ioreq-server API when available
Paul Durrant
1
-22
/
+138
2015-01-13
xen-hvm: increase maxmem before calling xc_domain_populate_physmap
Stefano Stabellini
1
-0
/
+24
2014-11-11
xen-hvm: Remove redundant variable 'xstate'
Chen Gang
1
-2
/
+1
2014-10-30
xen-hvm.c: Add support for Xen access to vmport
Don Slutz
1
-5
/
+103
2014-09-20
xen-hvm.c: Always return -1 when failure occurs in xen_hvm_init()
Chen Gang
1
-5
/
+4
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-1
/
+2
2014-08-28
xen: hvm: Abstract away memory region name ref
Peter Crosthwaite
1
-3
/
+6
2014-08-28
xen-hvm: Constify string
Peter Crosthwaite
1
-2
/
+2
2014-08-01
xen: fix usage of ENODATA
Roger Pau Monne
1
-2
/
+5
2014-07-18
Fix new typos in comments (found by codespell)
Stefan Weil
1
-1
/
+1
2014-07-07
xen: build on ARM
Stefano Stabellini
1
-1
/
+1
2014-06-23
xen-hvm: Handle machine opt max-ram-below-4g
Don Slutz
1
-12
/
+23
2014-06-23
xen-hvm: Fix xen_hvm_init() to adjust pc memory layout
Don Slutz
1
-10
/
+14
2014-06-11
xen: replace ffsl with ctzl
Natanael Copa
1
-1
/
+1
2014-05-07
pass an inclusive address range to xc_domain_pin_memory_cacheattr
Stefano Stabellini
1
-1
/
+1
2014-05-07
xen: factor out common functions
Wei Liu
1
-0
/
+1129