index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-21
Fix nographic mode and VNC
blueswir1
1
-0
/
+13
2009-01-21
Stop VM on ENOSPC error. (Gleb Natapov)
aliguori
1
-2
/
+35
2009-01-21
Adds null check for DisplayStatus (Stefano Stabellini)
aliguori
1
-0
/
+5
2009-01-19
Remove dumb_display (Stefan Stabellini)
aliguori
1
-22
/
+5
2009-01-18
add an init function parameter to qemu_chr_open()
aurel32
1
-4
/
+4
2009-01-16
Make sure monitor appears as a vc
aliguori
1
-8
/
+10
2009-01-16
Fix character devices after DisplayState refactoring
aliguori
1
-19
/
+45
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
1
-62
/
+82
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
1
-4
/
+1
2009-01-15
DisplayState interface change (Stefano Stabellini)
aliguori
1
-32
/
+55
2009-01-15
Clean up debugging code #ifdefs (Eduardo Habkost)
aliguori
1
-24
/
+16
2009-01-15
add a -vga none cli option (Stefano Stabellini)
aliguori
1
-1
/
+9
2009-01-15
Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)
aliguori
1
-0
/
+7
2009-01-15
add virtio-console cmdline option (Christian Ehrhardt)
aliguori
1
-0
/
+10
2009-01-15
add virtio-console support (Christian Ehrhardt)
aliguori
1
-0
/
+26
2009-01-09
More flexible audio card selection
malc
1
-0
/
+8
2009-01-08
Enable ac97 by default
aliguori
1
-2
/
+0
2009-01-07
Add a -net name=foo parameter (Mark McLoughlin)
aliguori
1
-7
/
+7
2009-01-07
add "serial" parameter to -drive flag (Gleb Natapov)
aliguori
1
-2
/
+18
2008-12-24
Add support for -prom-env command line options
blueswir1
1
-3
/
+3
2008-12-22
Use the ARRAY_SIZE() macro where appropriate.
malc
1
-1
/
+1
2008-12-18
consolidate definition for tap script and smb support
aurel32
1
-8
/
+0
2008-12-17
Add HPET emulation to qemu (Beth Kon)
aliguori
1
-0
/
+7
2008-12-15
kvm: sync vcpu state during initialization (Hollis Blanchard)
aliguori
1
-0
/
+11
2008-12-10
Introduce and use cache-utils.[ch]
malc
1
-1
/
+4
2008-12-07
Fix some new warnings introduced after r5022
blueswir1
1
-2
/
+2
2008-12-04
Use writeback caching by default with qcow2
aliguori
1
-1
/
+3
2008-12-04
Add ballooning infrastructure.
aliguori
1
-0
/
+26
2008-12-04
Add virtio-blk support
aliguori
1
-1
/
+5
2008-11-25
Revert r5636 to fix icount on hosts w/o high-res clocks
aliguori
1
-9
/
+9
2008-11-18
gdbstub: manage CPUs as threads (Jan Kiszka)
aliguori
1
-0
/
+1
2008-11-16
Fix warnings caused by timer_t, it is 32 bits on Sparc64
blueswir1
1
-3
/
+3
2008-11-16
Fix no_frame unused warning when SDL is disabled
blueswir1
1
-0
/
+2
2008-11-11
Split savevm code into savevm.c
aliguori
1
-1156
/
+0
2008-11-11
Reintroduce migrate-to-exec: support (Charles Duffy)
aliguori
1
-0
/
+64
2008-11-11
Revert commits 5685 to 5688 committed by mistake
aurel32
1
-1
/
+1
2008-11-11
qemu: generate signals on tap I/O
aurel32
1
-1
/
+1
2008-11-09
Add the -bt switch for setting up bluetooth stuff.
balrog
1
-2
/
+172
2008-11-07
Fix some build issues for BSD.
blueswir1
1
-7
/
+12
2008-11-05
Fix windows build after init_host_timer changes.
aliguori
1
-30
/
+41
2008-11-05
Run timers from host alarm timer callback
aliguori
1
-10
/
+9
2008-11-05
Use qemu_set_fd_handler2() to determine when alarm timer fires.
aliguori
1
-13
/
+22
2008-11-05
Improve error reporting in init_timer_alarm
aliguori
1
-16
/
+42
2008-11-05
Fix alarm_timer race with select - v3 (Jan Kiszka)
aliguori
1
-2
/
+26
2008-11-05
Add KVM support to QEMU
aliguori
1
-0
/
+34
2008-10-31
Remove dumb_refresh
aliguori
1
-9
/
+2
2008-10-31
Move network redirection code out of vl.c and into net.c
aliguori
1
-1462
/
+10
2008-10-31
Move CharDriverState code out of vl.c
aliguori
1
-2113
/
+1
2008-10-31
Move some declarations around in the QEMU CharDriver code
aliguori
1
-17
/
+8
2008-10-31
Increase default IO timeout from 10ms to 5s
aliguori
1
-2
/
+2
[prev]
[next]