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-11-23
pc: kvm: check if KVM has free memory slots to avoid abort()
Igor Mammedov
1
-0
/
+1
2014-11-11
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...
Peter Maydell
1
-0
/
+1
2014-11-11
numa: make 'info numa' take into account hotplugged memory
zhanghailiang
1
-0
/
+1
2014-11-02
qom/cpu: remove the unused CPU hot-plug notifier
Gu Zheng
1
-3
/
+0
2014-10-20
block: Lift device model API into BlockBackend
Markus Armbruster
1
-0
/
+35
2014-10-20
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
1
-1
/
+0
2014-10-20
blockdev: Drop superfluous DriveInfo member id
Markus Armbruster
1
-1
/
+0
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
3
-13
/
+88
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-4
/
+4
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-14
/
+14
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
1
-1
/
+0
2014-10-20
blockdev: Eliminate drive_del()
Markus Armbruster
1
-1
/
+0
2014-10-20
block: Code motion to get rid of stubs/blockdev.c
Markus Armbruster
1
-1
/
+0
2014-10-20
block: Connect BlockBackend and DriveInfo
Markus Armbruster
1
-0
/
+4
2014-10-20
block: Connect BlockBackend to BlockDriverState
Markus Armbruster
1
-0
/
+5
2014-10-20
block: New BlockBackend
Markus Armbruster
1
-0
/
+26
2014-10-15
bootindex: add a setter/getter functions wrapper for bootindex property
Gonglei
1
-0
/
+3
2014-10-15
bootindex: add del_boot_device_path function
Gonglei
1
-0
/
+1
2014-10-15
bootindex: add check bootindex function
Gonglei
1
-0
/
+1
2014-10-15
bootdevice: move bootdevice related code to new file bootdevice.c
Gonglei
1
-0
/
+1
2014-10-09
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-4
/
+62
2014-10-09
accel: Pass MachineState object to accel init functions
Eduardo Habkost
1
-2
/
+2
2014-10-04
accel: Rename 'init' method to 'init_machine'
Eduardo Habkost
1
-1
/
+1
2014-10-04
accel: Remove tcg_available() function
Eduardo Habkost
1
-1
/
+0
2014-10-04
accel: Move qtest accel registration to qtest.c
Eduardo Habkost
1
-1
/
+0
2014-10-04
accel: Move KVM accel registration to kvm-all.c
Eduardo Habkost
1
-2
/
+0
2014-10-04
accel: Use QOM classes for accel types
Eduardo Habkost
1
-0
/
+30
2014-10-04
accel: Move accel code to accel.c
Eduardo Habkost
1
-0
/
+32
2014-10-03
ide: Update ide_drive_get to be HBA agnostic
John Snow
1
-0
/
+1
2014-10-03
blockdev: Allow overriding if_max_dev property
John Snow
1
-0
/
+2
2014-10-03
blockdev: Orphaned drive search
John Snow
1
-0
/
+2
2014-09-29
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2014-09-26
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-0
/
+9
2014-09-25
block: Keep DriveInfo alive until BlockDriverState dies
Markus Armbruster
1
-0
/
+1
2014-09-22
arch_init: Setting QEMU_ARCH enum straight
Bastian Koppelmann
1
-17
/
+17
2014-09-16
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
Peter Maydell
1
-1
/
+1
2014-09-16
qemu-char: Remove register_char_driver() machinery
Peter Maydell
1
-1
/
+0
2014-09-16
Introduce cpu_clean_all_dirty
Marcelo Tosatti
2
-0
/
+9
2014-09-10
block: Extract the block accounting code
BenoƮt Canet
1
-0
/
+1
2014-09-08
KVM: Add helper to run KVM_CHECK_EXTENSION on vm fd
Alexander Graf
1
-0
/
+2
2014-09-01
target-tricore: Add target stubs and qom-cpu
Bastian Koppelmann
1
-0
/
+1
2014-08-25
Add ACPI tables for TPM
Stefan Berger
1
-0
/
+7
2014-08-06
backends: Introduce chr-testdev
Paolo Bonzini
1
-0
/
+3
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
[next]