aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-07Make qdev_init() destroy the device on failureMarkus Armbruster2-4/+6
2009-10-07Unbreak USB autoconnect filtersMarkus Armbruster1-2/+0
2009-10-07tcg: improve output logAurelien Jarno1-1/+1
2009-10-06target-i386: fix ARPLLaurent Desnogues1-3/+7
2009-10-06configure and Makefile are not generated in qemuJuan Quintela1-0/+5
2009-10-06Don't use implicit rules for MakefileJuan Quintela1-0/+12
2009-10-06optionrom: create .PHONY variableJuan Quintela1-0/+1
2009-10-06add build-all to .PHONY rulesJuan Quintela1-1/+1
2009-10-06optionrom: remove use of implicit RM variableJuan Quintela1-1/+1
2009-10-06AIOLIBS is not used anywhereJuan Quintela1-1/+0
2009-10-06qdev: move commentGerd Hoffmann1-1/+1
2009-10-06qemu/pci: make pci not depend on msixMichael S. Tsirkin2-3/+9
2009-10-06qemu/pci: clarify pci config load routineMichael S. Tsirkin1-4/+5
2009-10-06Final net cleanup after conversion to QemuOptsMark McLoughlin4-86/+65
2009-10-06Port PCI NIC hotplug to QemuOptsMark McLoughlin1-2/+14
2009-10-06Port usb net to QemuOptsMark McLoughlin3-5/+18
2009-10-06Port host_net_add monitor command to QemuOptsMark McLoughlin1-2/+13
2009-10-06Clean up legacy code in net_client_init()Mark McLoughlin1-44/+14
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