aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-06Port usb net to QemuOptsMark McLoughlin
2009-10-06Port host_net_add monitor command to QemuOptsMark McLoughlin
2009-10-06Clean up legacy code in net_client_init()Mark McLoughlin
2009-10-06Port -net dump to QemuOptsMark McLoughlin
2009-10-06Port -net vde to QemuOptsMark McLoughlin
2009-10-06Port -net socket to QemuOptsMark McLoughlin
2009-10-06Port -net tap to QemuOptsMark McLoughlin
2009-10-06Port -net user to QemuOptsMark McLoughlin
2009-10-06Port -net none and -net nic to QemuOptsMark McLoughlin
2009-10-06Add qemu_net_optsMark McLoughlin
2009-10-06Never overwrite a QemuOptMark McLoughlin
2009-10-06Add qemu_opts_validate() for post parsing validationMark McLoughlin
2009-10-06Make qemu_opts_parse() handle empty stringsMark McLoughlin
2009-10-06Remove double error message for -device option parsingMark McLoughlin
2009-10-06Remove double error message in qemu_option_set()Mark McLoughlin
2009-10-06Remove bogus error message from qemu_opts_set()Mark McLoughlin
2009-10-06Drop config_error(), use qemu_error() insteadMarkus Armbruster
2009-10-06Don't exit() in config_error()Markus Armbruster
2009-10-06Make net_client_init() consume slirp_configs even on errorMarkus Armbruster
2009-10-06Use qemu_strdup() for VLANClientState string fieldsMark McLoughlin
2009-10-06Move memset() from net_client_uninit() to net_client_init()Mark McLoughlin
2009-10-06Make NICInfo string fields non-constMark McLoughlin
2009-10-06Don't assign a static string to NICInfo::modelMark McLoughlin
2009-10-06Use qemu_strdup() for NICInfo string fieldsMark McLoughlin
2009-10-06Register rtc options for -setJan Kiszka
2009-10-06Revert "Fix exit on 'pci_add' Monitor command"Anthony Liguori
2009-10-06offer right-ctrl as a grab optionDustin Kirkland
2009-10-06add host_device format description to qemu-img manpageAdrian Bridgett
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann
2009-10-06eepro100: support 16 bit read from SCBCmd (== 2)=?UTF-8?q?Reimar=20D=C3=B6ffinger?=
2009-10-05target-i386: move recently added vmstate fields at the end of the structureAurelien Jarno
2009-10-05block/raw: Add create_options for host_deviceKevin Wolf
2009-10-05Improve error reporting on file accessJustin M. Forbes
2009-10-05Win32: Fix vnc support.Stefan Weil
2009-10-05x86: fix miss mergeJuan Quintela
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster
2009-10-05pci_create() is now unused, remove itMarkus Armbruster
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster
2009-10-05Make it obvious that pci_nic_init() can't failMarkus Armbruster
2009-10-05Fix pci_add storage not to exit on bad first argumentMarkus Armbruster
2009-10-05Fix pci_vga_init() not to ignore bus argumentMarkus Armbruster
2009-10-05set correct CS seg limit and flags on sipiGleb Natapov
2009-10-05Set revision in eeprom correctly for 82557 versions.=?UTF-8?q?Reimar=20D=C3=B6ffinger?=
2009-10-05restore CFLAGS check for conflict and fix recursive CFLAGS issueThomas Monjalon
2009-10-05virtio-pci: return error if virtio_console_init failsAmit Shah
2009-10-05qdev: show name of device that fails initAmit Shah
2009-10-05vnc: Set invalid buffer pointers to NULLStefan Weil
2009-10-05eepro100: Don't allow guests to fail assertionsKevin Wolf
2009-10-05qcow2: Increase maximum cluster size to 2 MBKevin Wolf
2009-10-05qemu/virtio-pci: remove unnecessary checkMichael S. Tsirkin