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
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
2
-5
/
+5
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
4
-10
/
+10
2016-07-05
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+2
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
1
-0
/
+1
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
1
-1
/
+1
2016-07-04
hw/pci: delay bus_master_enable_region initialization
Marcel Apfelbaum
1
-0
/
+1
2016-06-29
char: change qemu_chr_fe_add_watch to return unsigned
Paolo Bonzini
1
-2
/
+14
2016-06-17
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+7
2016-06-17
qemu-char: add qemu_chr_disconnect to close a fd accepted by listen fd
Tetsuya Mukawa
1
-0
/
+7
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-0
/
+1
2016-06-13
vl: Eliminate usb_enabled()
Eduardo Habkost
1
-1
/
+0
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
2016-06-07
kvm: API to obtain max supported mem slots
Bharata B Rao
1
-0
/
+1
2016-06-06
char: get rid of qemu_char_get_next_serial
xiaoqiang zhao
1
-1
/
+0
2016-05-30
cpu: Reclaim vCPU objects
Gu Zheng
1
-0
/
+1
2016-05-27
PPC/KVM: early validation of vcpu id
Greg Kurz
1
-0
/
+2
2016-05-26
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...
Peter Maydell
1
-1
/
+1
2016-05-26
migration: convert post-copy to use QIOChannelBuffer
Daniel P. Berrange
1
-1
/
+1
2016-05-25
block: Make blk_co_preadv/pwritev() public
Kevin Wolf
1
-0
/
+6
2016-05-25
block: Rename blk_write_zeroes()
Eric Blake
1
-7
/
+7
2016-05-25
dma-helpers: change BlockBackend to opaque value in DMAIOFunc
Paolo Bonzini
1
-6
/
+6
2016-05-25
dma-helpers: change interface to byte-based
Paolo Bonzini
1
-3
/
+3
2016-05-25
block: Drop errp parameter from blk_new()
Max Reitz
1
-1
/
+1
2016-05-25
block: Drop blk_new_with_bs()
Max Reitz
1
-1
/
+0
2016-05-24
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
1
-1
/
+0
2016-05-24
Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-2.7-1' into st...
Peter Maydell
1
-2
/
+2
2016-05-23
cpu: Eliminate cpudef_init(), cpudef_setup()
Eduardo Habkost
1
-1
/
+0
2016-05-23
rng-random: rename RndRandom to RngRandom
Wei Jiangang
1
-2
/
+2
2016-05-20
vl: Move DisplayType typedef to vl.c
Eduardo Habkost
1
-10
/
+0
2016-05-20
vl: Make display_type a local variable
Eduardo Habkost
1
-1
/
+0
2016-05-20
vl: Replace DT_NOGRAPHIC with machine option
Eduardo Habkost
1
-1
/
+0
2016-05-20
vl: Add DT_COCOA DisplayType value
Eduardo Habkost
1
-0
/
+1
2016-05-20
vl: Table-based select_vgahw()
Eduardo Habkost
1
-0
/
+1
2016-05-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+28
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
1
-1
/
+0
2016-05-19
block: Add bdrv_has_blk()
Kevin Wolf
1
-0
/
+1
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
1
-1
/
+0
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
1
-0
/
+5
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
1
-1
/
+10
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
1
-1
/
+4
2016-05-19
block: Introduce BlockBackendPublic
Kevin Wolf
1
-0
/
+10
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
dma: do not depend on kvm_enabled()
Paolo Bonzini
1
-4
/
+1
2016-05-19
include: move CPU-related definitions out of qemu-common.h
Paolo Bonzini
1
-0
/
+13
2016-05-18
accel: make configure_accelerator return void
Wei Jiangang
1
-1
/
+1
2016-05-18
remove comment for nonexistent structure member
Cao jin
1
-1
/
+0
2016-05-12
block: Kill unused sector-based blk_* functions
Eric Blake
1
-10
/
+0
2016-05-12
ide: Switch to byte-based aio block access
Eric Blake
1
-2
/
+2
2016-05-12
block: Introduce byte-based aio read/write
Eric Blake
1
-1
/
+7
2016-05-12
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
1
-6
/
+6
[next]