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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-06-09
net: Improve parameter error reporting
Jan Kiszka
1
-1
/
+1
2009-06-09
net: Real fix for check_params users
Jan Kiszka
1
-25
/
+14
2009-06-09
Revert "Fix output of uninitialized strings"
Mark McLoughlin
1
-1
/
+2
2009-06-09
slirp: Avoid zombie processes after fork_exec
Jan Kiszka
1
-2
/
+11
2009-05-30
Use relative path for bios
Paul Brook
1
-5
/
+143
2009-05-28
kvm: Mark full address range dirty on live migration start
Jan Kiszka
1
-1
/
+1
2009-05-27
User Networking: Enable removal of redirections
Alexander Graf
1
-1
/
+1
2009-05-27
fully split aio_pool from BlockDriver
Christoph Hellwig
1
-1
/
+0
2009-05-27
Fix output of uninitialized strings
Kevin Wolf
1
-2
/
+1
2009-05-22
kvm: Rework VCPU reset
Jan Kiszka
1
-2
/
+0
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-2
/
+5
2009-05-22
kvm: Add missing bits to support live migration
Jan Kiszka
1
-1
/
+6
2009-05-22
Create qemu-option.h
Kevin Wolf
1
-37
/
+1
2009-05-22
augment info migrate with page status
Glauber Costa
1
-1
/
+20
2009-05-21
Introduce is_default field for QEMUMachine
Anthony Liguori
1
-2
/
+14
2009-05-21
Refactor how display drivers are selected
Anthony Liguori
1
-41
/
+41
2009-05-21
Convert machine registration to use module init functions
Anthony Liguori
1
-1
/
+1
2009-05-21
Eliminate --disable-gfx-check and make VNC default when SDL not available
Anthony Liguori
1
-15
/
+26
2009-05-20
initialize struct sigevent before timer_create
Jean-Christophe Dubois
1
-0
/
+5
2009-05-20
Fix NULL alarm_timer pointer at exit
Jean-Christophe Dubois
1
-2
/
+2
2009-05-14
Basic qdev infrastructure.
Paul Brook
1
-0
/
+4
2009-05-13
Fix kqemu build failure.
Paul Brook
1
-1
/
+1
2009-05-13
Remove vga_ram_size
Paul Brook
1
-3
/
+1
2009-05-10
Follow coding conventions
Paul Brook
1
-3
/
+3
2009-05-08
Drop CONFIG_GDBSTUB
Jan Kiszka
1
-8
/
+0
2009-05-01
Fix serial option with -drive
Anthony Liguori
1
-1
/
+1
2009-05-01
Build fix for !CONFIG_GDBSTUB case
Xiantao Zhang
1
-0
/
+2
2009-05-01
Hardware watchdog
Richard W.M. Jones
1
-0
/
+16
2009-05-01
net: Fix -net socket parameter checks
Jan Kiszka
1
-11
/
+27
2009-04-29
Fix qemu_event_init
Jan Kiszka
1
-0
/
+2
2009-04-25
Fix Win32 warning
Blue Swirl
1
-1
/
+1
2009-04-24
qemu: introduce iothread (Marcelo Tosatti)
aliguori
1
-22
/
+390
2009-04-24
qemu: handle stop request in main loop (Marcelo Tosatti)
aliguori
1
-10
/
+26
2009-04-24
qemu: refactor tcg cpu execution loop (Marcelo Tosatti)
aliguori
1
-24
/
+29
2009-04-24
qemu: use debug_requested global instead of cpu_exec return (Marcelo Tosatti)
aliguori
1
-3
/
+14
2009-04-24
qemu: introduce lock/unlock_iothread (Marcelo Tosatti)
aliguori
1
-0
/
+5
2009-04-24
qemu: introduce qemu_cpu_kick (Marcelo Tosatti)
aliguori
1
-0
/
+10
2009-04-24
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
aliguori
1
-0
/
+9
2009-04-24
qemu: refactor main_loop (Marcelo Tosatti)
aliguori
1
-129
/
+151
2009-04-24
qemu: factor out event notification / rearm alarm timer on main_loop_wait (Ma...
aliguori
1
-71
/
+85
2009-04-24
qemu: introduce qemu_init_main_loop (Marcelo Tosatti)
aliguori
1
-0
/
+9
2009-04-24
qemu: create helper for event notification (Marcelo Tosatti)
aliguori
1
-22
/
+21
2009-04-22
xen: add -vga xenfb option, configure xenfb (Gerd Hoffmann)
aliguori
1
-0
/
+4
2009-04-22
simplify vga selection (Gerd Hoffmann)
aliguori
1
-11
/
+4
2009-04-22
xen: add block device backend driver. (Gerd Hoffmann)
aliguori
1
-1
/
+5
2009-04-22
xen: groundwork for xen support (Gerd Hoffmann)
aliguori
1
-0
/
+12
2009-04-21
added -numa cmdline parameter parser (Andre Przywara)
aliguori
1
-4
/
+129
2009-04-21
slirp: Enhance host-guest redirection setup (Jan Kiszka)
aliguori
1
-1
/
+1
2009-04-21
Allow empty params for check_params (Jan Kiszka)
aliguori
1
-1
/
+1
2009-04-19
kqemu: merge CONFIG_KQEMU and USE_KQEMU
blueswir1
1
-14
/
+14
[next]