aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-06Port -net dump to QemuOptsMark McLoughlin1-12/+42
2009-10-06Port -net vde to QemuOptsMark McLoughlin1-36/+58
2009-10-06Port -net socket to QemuOptsMark McLoughlin1-59/+109
2009-10-06Port -net tap to QemuOptsMark McLoughlin1-90/+140
2009-10-06Port -net user to QemuOptsMark McLoughlin1-106/+161
2009-10-06Port -net none and -net nic to QemuOptsMark McLoughlin1-77/+160
2009-10-06Add qemu_net_optsMark McLoughlin2-0/+14
2009-10-06Never overwrite a QemuOptMark McLoughlin1-28/+23
2009-10-06Add qemu_opts_validate() for post parsing validationMark McLoughlin2-0/+34
2009-10-06Make qemu_opts_parse() handle empty stringsMark McLoughlin1-3/+1
2009-10-06Remove double error message for -device option parsingMark McLoughlin1-3/+1
2009-10-06Remove double error message in qemu_option_set()Mark McLoughlin1-2/+0
2009-10-06Remove bogus error message from qemu_opts_set()Mark McLoughlin1-2/+0
2009-10-06Drop config_error(), use qemu_error() insteadMarkus Armbruster1-72/+55
2009-10-06Don't exit() in config_error()Markus Armbruster3-41/+55
2009-10-06Make net_client_init() consume slirp_configs even on errorMarkus Armbruster1-5/+7
2009-10-06Use qemu_strdup() for VLANClientState string fieldsMark McLoughlin1-7/+7
2009-10-06Move memset() from net_client_uninit() to net_client_init()Mark McLoughlin1-1/+2
2009-10-06Make NICInfo string fields non-constMark McLoughlin4-10/+10
2009-10-06Don't assign a static string to NICInfo::modelMark McLoughlin1-1/+1
2009-10-06Use qemu_strdup() for NICInfo string fieldsMark McLoughlin1-4/+4
2009-10-06Register rtc options for -setJan Kiszka1-0/+1
2009-10-06Revert "Fix exit on 'pci_add' Monitor command"Anthony Liguori3-16/+0
2009-10-06offer right-ctrl as a grab optionDustin Kirkland4-7/+26
2009-10-06add host_device format description to qemu-img manpageAdrian Bridgett1-0/+6
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann6-248/+318
2009-10-06eepro100: support 16 bit read from SCBCmd (== 2)=?UTF-8?q?Reimar=20D=C3=B6ffinger?=1-0/+1
2009-10-05target-i386: move recently added vmstate fields at the end of the structureAurelien Jarno1-4/+6
2009-10-05block/raw: Add create_options for host_deviceKevin Wolf1-6/+10
2009-10-05Improve error reporting on file accessJustin M. Forbes2-16/+16
2009-10-05Win32: Fix vnc support.Stefan Weil1-2/+21
2009-10-05x86: fix miss mergeJuan Quintela1-1/+2
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster5-9/+9
2009-10-05pci_create() is now unused, remove itMarkus Armbruster2-19/+0
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster15-32/+71
2009-10-05Make it obvious that pci_nic_init() can't failMarkus Armbruster3-21/+14
2009-10-05Fix pci_add storage not to exit on bad first argumentMarkus Armbruster3-3/+12
2009-10-05Fix pci_vga_init() not to ignore bus argumentMarkus Armbruster1-1/+1
2009-10-05set correct CS seg limit and flags on sipiGleb Natapov1-1/+1
2009-10-05Set revision in eeprom correctly for 82557 versions.=?UTF-8?q?Reimar=20D=C3=B6ffinger?=1-0/+2
2009-10-05restore CFLAGS check for conflict and fix recursive CFLAGS issueThomas Monjalon2-4/+4
2009-10-05virtio-pci: return error if virtio_console_init failsAmit Shah1-0/+3
2009-10-05qdev: show name of device that fails initAmit Shah1-0/+1
2009-10-05vnc: Set invalid buffer pointers to NULLStefan Weil1-2/+8
2009-10-05eepro100: Don't allow guests to fail assertionsKevin Wolf1-11/+35
2009-10-05qcow2: Increase maximum cluster size to 2 MBKevin Wolf4-9/+12
2009-10-05qemu/virtio-pci: remove unnecessary checkMichael S. Tsirkin1-2/+1
2009-10-05qemu: clean up target page usage in msixMichael S. Tsirkin4-36/+27
2009-10-05fix comment on cpu_register_physical_memory_offsetMichael S. Tsirkin1-2/+3
2009-10-05qemu/pci: reset device registers on bus resetMichael S. Tsirkin1-0/+13