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
/
vl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-24
Unbreak large mem support by removing kqemu
Anthony Liguori
1
-51
/
+2
2009-08-24
QEMU set irq0override in fw_cfg
Jes Sorensen
1
-0
/
+1
2009-08-24
Clean up VGA type selection; far too many variables being used to track one s...
Zachary Amsden
1
-12
/
+6
2009-08-24
Do not disable autostart for live migration
Avi Kivity
1
-4
/
+2
2009-08-10
check for PR_SET_NAME being defined
Nathan Froyd
1
-1
/
+1
2009-08-10
variable timer intervals
Stefano Stabellini
1
-1
/
+1
2009-08-10
qdev-ify virtio-blk.
Gerd Hoffmann
1
-1
/
+8
2009-08-10
add -drive if=none
Gerd Hoffmann
1
-0
/
+4
2009-08-10
constify drive_get_by_id arg
Gerd Hoffmann
1
-1
/
+1
2009-08-10
QemuOpts: switch over -device.
Gerd Hoffmann
1
-14
/
+17
2009-08-10
QemuOpts: add -set option
Gerd Hoffmann
1
-0
/
+4
2009-08-10
QemuOpts: create qemu-config.h
Gerd Hoffmann
1
-72
/
+4
2009-08-10
QemuOpts: make the drive id actually show up in "info block".
Gerd Hoffmann
1
-1
/
+1
2009-08-09
Use qemu_irq for system_powerdown
Blue Swirl
1
-2
/
+5
2009-07-30
fix migration to obey -S
Paolo Bonzini
1
-2
/
+2
2009-07-27
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
1
-1
/
+1
2009-07-27
rename HOST_BSD to CONFIG_BSD
Juan Quintela
1
-2
/
+2
2009-07-27
Remove special Win32 code in vl.c that's no longer needed.
Filip Navara
1
-4
/
+0
2009-07-27
Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32
Filip Navara
1
-0
/
+3
2009-07-27
fix broken migration
Glauber Costa
1
-1
/
+3
2009-07-27
Introduce -smp , maxcpus= flag to specify maximum number of CPUS.
Jes Sorensen
1
-1
/
+26
2009-07-27
switch -drive to QemuOpts.
Gerd Hoffmann
1
-139
/
+169
2009-07-27
move parser functions from vl.c to qemu-option.c
Gerd Hoffmann
1
-64
/
+0
2009-07-27
kill drives_opt
Gerd Hoffmann
1
-53
/
+27
2009-07-27
add support for drive ids.
Gerd Hoffmann
1
-18
/
+32
2009-07-27
kill drives_table
Gerd Hoffmann
1
-90
/
+87
2009-07-27
qdev: add -device command line option.
Gerd Hoffmann
1
-33
/
+64
2009-07-27
Add machine type aliases
Mark McLoughlin
1
-0
/
+5
2009-07-17
Fix OpenBSD build
Blue Swirl
1
-0
/
+2
2009-07-16
qdev/compat: compat property infrastructure.
Gerd Hoffmann
1
-0
/
+3
2009-07-16
honor -S on incoming migration
Paolo Bonzini
1
-3
/
+1
2009-07-16
Add boot menu control via command line switch
Jan Kiszka
1
-1
/
+15
2009-07-16
Add boot-once support
Jan Kiszka
1
-1
/
+22
2009-07-16
Add qemu_unregister_reset
Jan Kiszka
1
-2
/
+15
2009-07-16
Rework reset handler management
Jan Kiszka
1
-10
/
+6
2009-07-16
Move boot_set callback backend
Jan Kiszka
1
-0
/
+17
2009-07-16
Rework -boot option
Jan Kiszka
1
-31
/
+50
2009-07-09
Disable kqemu by default at run time
Anthony Liguori
1
-2
/
+2
2009-07-09
Allow setting qemu process name v2
Andi Kleen
1
-1
/
+28
2009-07-09
split out ioport related stuffs from vl.c into ioport.c.
Isaku Yamahata
1
-226
/
+0
2009-07-09
qcow2: Make cache=writethrough default
Kevin Wolf
1
-3
/
+1
2009-06-29
Replace -no-virtio-balloon by -balloon
Markus Armbruster
1
-3
/
+30
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-5
/
+2
2009-06-29
kvm: Rework VCPU synchronization
Jan Kiszka
1
-11
/
+0
2009-06-29
slirp: Kill slirp_is_inited
Jan Kiszka
1
-18
/
+5
2009-06-29
slirp: Rework monitor commands for host forwarding
Jan Kiszka
1
-1
/
+1
2009-06-29
slirp: Move smb, redir, tftp and bootp parameters and -net channel
Jan Kiszka
1
-3
/
+3
2009-06-29
Introduce get_next_param_value
Jan Kiszka
1
-4
/
+13
2009-06-24
Make sure to zero out memory before calling madvise to increase robustness
Anthony Liguori
1
-3
/
+3
2009-06-22
Win32: Fix compilation with SDL.
Stefan Weil
1
-2
/
+2
[next]