aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-07Check return value of qdev_init()Markus Armbruster
2009-10-07Make qdev_init() destroy the device on failureMarkus Armbruster
2009-10-07Unbreak USB autoconnect filtersMarkus Armbruster
2009-10-07tcg: improve output logAurelien Jarno
2009-10-06target-i386: fix ARPLLaurent Desnogues
2009-10-06configure and Makefile are not generated in qemuJuan Quintela
2009-10-06Don't use implicit rules for MakefileJuan Quintela
2009-10-06optionrom: create .PHONY variableJuan Quintela
2009-10-06add build-all to .PHONY rulesJuan Quintela
2009-10-06optionrom: remove use of implicit RM variableJuan Quintela
2009-10-06AIOLIBS is not used anywhereJuan Quintela
2009-10-06qdev: move commentGerd Hoffmann
2009-10-06qemu/pci: make pci not depend on msixMichael S. Tsirkin
2009-10-06qemu/pci: clarify pci config load routineMichael S. Tsirkin
2009-10-06Final net cleanup after conversion to QemuOptsMark McLoughlin
2009-10-06Port PCI NIC hotplug to QemuOptsMark McLoughlin
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