index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix windows build and clean up use of <windows.h>
aliguori
2009-03-08
1
-0
/
+1
*
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
blueswir1
2009-03-08
1
-2
/
+2
*
target-ppc: move the CD-ROM drive to the second IDE
aurel32
2009-03-07
1
-4
/
+0
*
Use a dedicated function to request exit from execution loop
aurel32
2009-03-07
1
-7
/
+7
*
Support for DragonFly BSD (Hasso Tepper)
blueswir1
2009-03-07
1
-3
/
+5
*
Fix BSD breakage from r6736
blueswir1
2009-03-07
1
-0
/
+3
*
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
2009-03-07
1
-29
/
+29
*
monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)
aliguori
2009-03-05
1
-1
/
+1
*
monitor: Decouple terminals (Jan Kiszka)
aliguori
2009-03-05
1
-1
/
+1
*
monitor: Drop banner hiding (Jan Kiszka)
aliguori
2009-03-05
1
-1
/
+1
*
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
1
-22
/
+25
*
monitor: Rework modal password input (Jan Kiszka)
aliguori
2009-03-05
1
-4
/
+15
*
monitor: Rework early disk password inquiry (Jan Kiszka)
aliguori
2009-03-05
1
-52
/
+21
*
monitor: Use reasonable default virtual console size (Jan Kiszka)
aliguori
2009-03-05
1
-1
/
+1
*
char: Fix initial reset (Jan Kiszka)
aliguori
2009-03-05
1
-0
/
+1
*
Change default werror semantics from "report" to "enospc"
aliguori
2009-02-28
1
-2
/
+2
*
Remove some warnings and fix windows build.
aliguori
2009-02-27
1
-2
/
+2
*
chroot and change user support (Nolan)
aliguori
2009-02-27
1
-5
/
+58
*
Unify default parallel console size (Jan Kiszka)
aliguori
2009-02-27
1
-1
/
+1
*
Allow additions of ACPI tables from command line (Gleb Natapov)
aliguori
2009-02-27
1
-0
/
+10
*
Do not enable a default virtio console
aliguori
2009-02-27
1
-4
/
+1
*
Unbreak SDL on Mac OS X
malc
2009-02-15
1
-0
/
+7
*
qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)
aliguori
2009-02-11
1
-0
/
+3
*
qemu: zero ioport_opaque on isa_unassign_ioport (Marcelo Tosatti)
aliguori
2009-02-11
1
-0
/
+2
*
qemu: net/drive add/remove tweaks (Marcelo Tosatti)
aliguori
2009-02-11
1
-7
/
+7
*
qemu: move drives_opt for external use (Marcelo Tosatti)
aliguori
2009-02-11
1
-6
/
+2
*
qemu: drive removal support (Marcelo Tosatti)
aliguori
2009-02-11
1
-0
/
+21
*
qemu: dynamic drive/drive_opt index allocation (Marcelo Tosatti)
aliguori
2009-02-11
1
-11
/
+43
*
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-16
/
+0
*
Synch code, help and docs
blueswir1
2009-01-24
1
-136
/
+168
*
target-ppc: change the default RAM size to 128MB like other targets
aurel32
2009-01-24
1
-4
/
+0
*
Stop VM on error in virtio-blk. (Gleb Natapov)
aliguori
2009-01-22
1
-1
/
+1
*
Stop VM on error in scsi-disk (Gleb Natapov)
aliguori
2009-01-22
1
-2
/
+2
*
Rework vm_state_change notifiers (Jan Kiszka)
aliguori
2009-01-22
1
-25
/
+4
*
Fix build with --disable-sdl
aliguori
2009-01-22
1
-1
/
+2
*
Fix nographic mode and VNC
blueswir1
2009-01-21
1
-0
/
+13
*
Stop VM on ENOSPC error. (Gleb Natapov)
aliguori
2009-01-21
1
-2
/
+35
*
Adds null check for DisplayStatus (Stefano Stabellini)
aliguori
2009-01-21
1
-0
/
+5
*
Remove dumb_display (Stefan Stabellini)
aliguori
2009-01-19
1
-22
/
+5
*
add an init function parameter to qemu_chr_open()
aurel32
2009-01-18
1
-4
/
+4
*
Make sure monitor appears as a vc
aliguori
2009-01-16
1
-8
/
+10
*
Fix character devices after DisplayState refactoring
aliguori
2009-01-16
1
-19
/
+45
*
graphical_console_init change (Stefano Stabellini)
aliguori
2009-01-16
1
-62
/
+82
*
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-15
1
-4
/
+1
*
DisplayState interface change (Stefano Stabellini)
aliguori
2009-01-15
1
-32
/
+55
*
Clean up debugging code #ifdefs (Eduardo Habkost)
aliguori
2009-01-15
1
-24
/
+16
*
add a -vga none cli option (Stefano Stabellini)
aliguori
2009-01-15
1
-1
/
+9
*
Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)
aliguori
2009-01-15
1
-0
/
+7
*
add virtio-console cmdline option (Christian Ehrhardt)
aliguori
2009-01-15
1
-0
/
+10
*
add virtio-console support (Christian Ehrhardt)
aliguori
2009-01-15
1
-0
/
+26
[next]