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-all.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-07
qemu: Add qemu xen logic for Xen HVM S3 resume
Liu, Jinsong
1
-0
/
+9
2013-11-07
pc: Initializing ram_memory under Xen.
Anthony PERARD
1
-3
/
+4
2013-09-10
Merge tag 'v1.6.0' into tizen_qemu_1.6
SeokYeon Hwang
1
-33
/
+14
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
1
-0
/
+2
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-4
/
+4
2013-06-25
Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...
Stefano Stabellini
1
-6
/
+6
2013-06-20
memory: make section size a 128-bit integer
Paolo Bonzini
1
-3
/
+3
2013-06-11
xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)
Stefano Stabellini
1
-6
/
+6
2013-06-11
hw/xen: Use g_free instead of free and fix potential memory leaks
Stefan Weil
1
-3
/
+5
2013-06-03
xen: remove xen_vcpu_init
Stefano Stabellini
1
-23
/
+0
2013-06-03
xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)
Stefano Stabellini
1
-6
/
+6
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-3
/
+3
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-4
/
+6
2013-01-15
xen: Simplify halting of first CPU
Andreas Färber
1
-3
/
+1
2012-12-22
xen: add missing include
Paolo Bonzini
1
-0
/
+1
2012-12-19
Merge remote-tracking branch 'bonzini/header-dirs' into staging
Anthony Liguori
1
-4
/
+4
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-12-17
cpu_ioreq_pio, cpu_ioreq_move: i should be uint32_t rather than int
Ian Jackson
1
-2
/
+2
2012-12-17
cpu_ioreq_pio, cpu_ioreq_move: introduce read_phys_req_item, write_phys_req_item
Ian Jackson
1
-30
/
+46
2012-12-17
Fix compile errors when enabling Xen debug logging.
Sander Eikelenboom
1
-3
/
+4
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-1
/
+1
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-18
/
+18
2012-10-22
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
1
-1
/
+1
2012-10-15
xen: drop no-op MemoryListener callbacks
Avi Kivity
1
-32
/
+0
2012-10-05
cleanup useless return sentence
Amos Kong
1
-1
/
+0
2012-10-03
xen: Set the vram dirty when an error occur.
Anthony PERARD
1
-1
/
+2
2012-10-03
xen: Introduce xen_modified_memory.
Anthony PERARD
1
-0
/
+21
2012-10-03
QMP, Introduce xen-set-global-dirty-log command.
Anthony PERARD
1
-0
/
+15
2012-08-22
xen-all.c: fix multiply issue for int and uint types
Dongxiao Xu
1
-8
/
+16
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
[next]