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
/
include
/
sysemu
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-06
Handle G_IO_HUP in tcp_chr_read for tcp chardev
Kirill Batuzov
1
-1
/
+0
2014-06-29
numa: Keep track of NUMA nodes present on the command-line
Eduardo Habkost
1
-1
/
+6
2014-06-23
qemu-char: make writes thread-safe
Paolo Bonzini
1
-4
/
+7
2014-06-23
qemu-char: introduce qemu_chr_alloc
Paolo Bonzini
1
-0
/
+9
2014-06-23
qapi event: convert BALLOON_CHANGE
Wenchao Xia
1
-2
/
+0
2014-06-23
qapi event: convert RTC_CHANGE
Wenchao Xia
1
-2
/
+0
2014-06-23
os-posix: include sys/time.h
Wenchao Xia
1
-0
/
+2
2014-06-23
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+1
2014-06-23
console: move chardev declarations to sysemu/char.h
Michael S. Tsirkin
1
-0
/
+5
2014-06-23
vl: allow other threads to do qemu_system_vmstop_request
Paolo Bonzini
1
-0
/
+1
2014-06-20
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
1
-0
/
+2
2014-06-19
hostmem: add properties for NUMA memory policy
Hu Tao
1
-0
/
+4
2014-06-19
hostmem: allow preallocation of any memory region
Paolo Bonzini
1
-0
/
+1
2014-06-19
hostmem: add merge and dump properties
Paolo Bonzini
1
-0
/
+1
2014-06-19
hostmem: separate allocation from UserCreatable complete method
Hu Tao
1
-0
/
+2
2014-06-19
numa: add -numa node,memdev= option
Paolo Bonzini
1
-0
/
+1
2014-06-19
memory: move preallocation code out of exec.c
Paolo Bonzini
1
-0
/
+2
2014-06-19
memory: reorganize file-based allocation
Paolo Bonzini
1
-0
/
+2
2014-06-19
numa: introduce memory_region_allocate_system_memory
Paolo Bonzini
1
-0
/
+1
2014-06-19
NUMA: expand MAX_NODES from 64 to 128
Wanlong Gao
1
-1
/
+1
2014-06-19
NUMA: convert -numa option to use OptsVisitor
Wanlong Gao
1
-1
/
+2
2014-06-19
NUMA: Add numa_info structure to contain numa nodes info
Wanlong Gao
1
-2
/
+6
2014-06-19
NUMA: move numa related code to new file numa.c
Wanlong Gao
2
-1
/
+3
2014-06-19
Add G_IO_HUP handler for socket chardev
Nikolay Nikolaev
1
-0
/
+1
2014-06-19
Add chardev API qemu_chr_fe_get_msgfds
Nikolay Nikolaev
1
-1
/
+14
2014-06-19
Add chardev API qemu_chr_fe_set_msgfds
Nikolay Nikolaev
1
-0
/
+14
2014-06-19
Add chardev API qemu_chr_fe_read_all
Nikolay Nikolaev
1
-0
/
+14
2014-06-19
Add kvm_eventfds_enabled function
Nikolay Nikolaev
1
-0
/
+11
2014-06-18
add memdev backend infrastructure
Igor Mammedov
1
-0
/
+60
2014-06-18
kvm: Allow arch to set sigmask length
James Hogan
1
-0
/
+2
2014-06-16
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
2
-10
/
+63
2014-06-16
dump: Make DumpState and endian conversion routines available for arch-specif...
Bharata B Rao
2
-10
/
+63
2014-06-16
blockdev: Remove unused DriveInfo reference count
Markus Armbruster
1
-3
/
+1
2014-06-16
blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()
Markus Armbruster
1
-2
/
+2
2014-06-11
monitor: Add ringbuf_write and ringbuf_read argument completion
Hani Benhabiles
1
-2
/
+1
2014-06-11
dump: eliminate DumpState.page_shift ("guest's page shift")
Laszlo Ersek
1
-4
/
+4
2014-05-20
s390x/virtio-ccw: wire up irq routing and irqfds
Cornelia Huck
1
-0
/
+2
2014-05-20
kvm: Fix enable_cap helpers on older gcc
Alexander Graf
1
-2
/
+2
2014-05-13
kvm: reset state from the CPU's reset method
Paolo Bonzini
1
-2
/
+0
2014-05-13
kvm: make one_reg helpers available for everyone
Cornelia Huck
1
-0
/
+20
2014-05-07
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...
Peter Maydell
1
-0
/
+1
2014-05-05
Provide init function for ram migration
Dr. David Alan Gilbert
1
-0
/
+1
2014-05-05
machine: Replace QEMUMachine by MachineClass in accelerator configuration
Marcel Apfelbaum
2
-2
/
+2
2014-04-30
kvm: add kvm_{vm,vcpu}_enable_cap
Cornelia Huck
1
-0
/
+30
2014-04-04
iothread: make IOThread struct definition public
Stefan Hajnoczi
1
-1
/
+11
2014-03-24
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+7
2014-03-20
vl.c: Extend get_boot_devices_list() to ignore suffixes
Alexey Kardashevskiy
1
-1
/
+1
2014-03-19
sysemu.h: Document what MAX_CPUMASK_BITS really limits
Eduardo Habkost
1
-0
/
+7
2014-03-13
Fix vga_interface_type for command line argument '-device VGA'
Mark Wu
1
-1
/
+1
2014-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+30
[next]