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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add qemu_net_opts
Mark McLoughlin
2009-10-06
2
-0
/
+14
*
Never overwrite a QemuOpt
Mark McLoughlin
2009-10-06
1
-28
/
+23
*
Add qemu_opts_validate() for post parsing validation
Mark McLoughlin
2009-10-06
2
-0
/
+34
*
Make qemu_opts_parse() handle empty strings
Mark McLoughlin
2009-10-06
1
-3
/
+1
*
Remove double error message for -device option parsing
Mark McLoughlin
2009-10-06
1
-3
/
+1
*
Remove double error message in qemu_option_set()
Mark McLoughlin
2009-10-06
1
-2
/
+0
*
Remove bogus error message from qemu_opts_set()
Mark McLoughlin
2009-10-06
1
-2
/
+0
*
Drop config_error(), use qemu_error() instead
Markus Armbruster
2009-10-06
1
-72
/
+55
*
Don't exit() in config_error()
Markus Armbruster
2009-10-06
3
-41
/
+55
*
Make net_client_init() consume slirp_configs even on error
Markus Armbruster
2009-10-06
1
-5
/
+7
*
Use qemu_strdup() for VLANClientState string fields
Mark McLoughlin
2009-10-06
1
-7
/
+7
*
Move memset() from net_client_uninit() to net_client_init()
Mark McLoughlin
2009-10-06
1
-1
/
+2
*
Make NICInfo string fields non-const
Mark McLoughlin
2009-10-06
4
-10
/
+10
*
Don't assign a static string to NICInfo::model
Mark McLoughlin
2009-10-06
1
-1
/
+1
*
Use qemu_strdup() for NICInfo string fields
Mark McLoughlin
2009-10-06
1
-4
/
+4
*
Register rtc options for -set
Jan Kiszka
2009-10-06
1
-0
/
+1
*
Revert "Fix exit on 'pci_add' Monitor command"
Anthony Liguori
2009-10-06
3
-16
/
+0
*
offer right-ctrl as a grab option
Dustin Kirkland
2009-10-06
4
-7
/
+26
*
add host_device format description to qemu-img manpage
Adrian Bridgett
2009-10-06
1
-0
/
+6
*
Reorganize option rom (+linux kernel) loading.
Gerd Hoffmann
2009-10-06
6
-248
/
+318
*
eepro100: support 16 bit read from SCBCmd (== 2)
=?UTF-8?q?Reimar=20D=C3=B6ffinger?=
2009-10-06
1
-0
/
+1
*
target-i386: move recently added vmstate fields at the end of the structure
Aurelien Jarno
2009-10-05
1
-4
/
+6
*
block/raw: Add create_options for host_device
Kevin Wolf
2009-10-05
1
-6
/
+10
*
Improve error reporting on file access
Justin M. Forbes
2009-10-05
2
-16
/
+16
*
Win32: Fix vnc support.
Stefan Weil
2009-10-05
1
-2
/
+21
*
x86: fix miss merge
Juan Quintela
2009-10-05
1
-1
/
+2
*
Rename pci_create_noinit() to pci_create()
Markus Armbruster
2009-10-05
5
-9
/
+9
*
pci_create() is now unused, remove it
Markus Armbruster
2009-10-05
2
-19
/
+0
*
Fix pci_add nic not to exit on bad model
Markus Armbruster
2009-10-05
15
-32
/
+71
*
Make it obvious that pci_nic_init() can't fail
Markus Armbruster
2009-10-05
3
-21
/
+14
*
Fix pci_add storage not to exit on bad first argument
Markus Armbruster
2009-10-05
3
-3
/
+12
*
Fix pci_vga_init() not to ignore bus argument
Markus Armbruster
2009-10-05
1
-1
/
+1
*
set correct CS seg limit and flags on sipi
Gleb Natapov
2009-10-05
1
-1
/
+1
*
Set revision in eeprom correctly for 82557 versions.
=?UTF-8?q?Reimar=20D=C3=B6ffinger?=
2009-10-05
1
-0
/
+2
*
restore CFLAGS check for conflict and fix recursive CFLAGS issue
Thomas Monjalon
2009-10-05
2
-4
/
+4
*
virtio-pci: return error if virtio_console_init fails
Amit Shah
2009-10-05
1
-0
/
+3
*
qdev: show name of device that fails init
Amit Shah
2009-10-05
1
-0
/
+1
*
vnc: Set invalid buffer pointers to NULL
Stefan Weil
2009-10-05
1
-2
/
+8
*
eepro100: Don't allow guests to fail assertions
Kevin Wolf
2009-10-05
1
-11
/
+35
*
qcow2: Increase maximum cluster size to 2 MB
Kevin Wolf
2009-10-05
4
-9
/
+12
*
qemu/virtio-pci: remove unnecessary check
Michael S. Tsirkin
2009-10-05
1
-2
/
+1
*
qemu: clean up target page usage in msix
Michael S. Tsirkin
2009-10-05
4
-36
/
+27
*
fix comment on cpu_register_physical_memory_offset
Michael S. Tsirkin
2009-10-05
1
-2
/
+3
*
qemu/pci: reset device registers on bus reset
Michael S. Tsirkin
2009-10-05
1
-0
/
+13
*
qemu/pci: refactor code/symbolic constants
Michael S. Tsirkin
2009-10-05
2
-20
/
+23
*
qemu/virtio: fix reset with device removal
Michael S. Tsirkin
2009-10-05
1
-6
/
+8
*
qemu/qdev: type safety in reset handler
Michael S. Tsirkin
2009-10-05
4
-13
/
+19
*
serial: convert isa to qdev
Gerd Hoffmann
2009-10-05
7
-28
/
+75
*
qdev: don't crash on unset drive properties.
Gerd Hoffmann
2009-10-05
1
-1
/
+1
*
floppy: move dma setup + drive connect to fdctrl_init_common()
Gerd Hoffmann
2009-10-05
1
-20
/
+11
[next]