summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add new config-devices.mak for each targetJuan Quintela2009-10-0846-0/+57
* Move generation of config-target.h to Makefile from configureJuan Quintela2009-10-082-18/+6
* Rename config.{h, mak} config-target.{h, mak}Juan Quintela2009-10-085-60/+64
* Remove useless check for config-host.makJuan Quintela2009-10-081-6/+3
* Move generation of config-host.h to Makefile from configureJuan Quintela2009-10-084-23/+21
* Don't include config-host.mak from inside config.makJuan Quintela2009-10-082-2/+1
* CRIS: Update PR_EDA on TLB faults.Edgar E. Iglesias2009-10-082-7/+5
* Clean up test for qdev_init() failureMarkus Armbruster2009-10-076-6/+6
* Warn if value of qdev_init() isn't checkedMarkus Armbruster2009-10-071-1/+1
* Make isa_create() terminate program on failureMarkus Armbruster2009-10-071-5/+3
* New qdev_init_nofail()Markus Armbruster2009-10-0734-58/+72
* Check return value of qdev_init()Markus Armbruster2009-10-075-6/+12
* Make qdev_init() destroy the device on failureMarkus Armbruster2009-10-072-4/+6
* Unbreak USB autoconnect filtersMarkus Armbruster2009-10-071-2/+0
* tcg: improve output logAurelien Jarno2009-10-071-1/+1
* target-i386: fix ARPLLaurent Desnogues2009-10-061-3/+7
* configure and Makefile are not generated in qemuJuan Quintela2009-10-061-0/+5
* Don't use implicit rules for MakefileJuan Quintela2009-10-061-0/+12
* optionrom: create .PHONY variableJuan Quintela2009-10-061-0/+1
* add build-all to .PHONY rulesJuan Quintela2009-10-061-1/+1
* optionrom: remove use of implicit RM variableJuan Quintela2009-10-061-1/+1
* AIOLIBS is not used anywhereJuan Quintela2009-10-061-1/+0
* qdev: move commentGerd Hoffmann2009-10-061-1/+1
* qemu/pci: make pci not depend on msixMichael S. Tsirkin2009-10-062-3/+9
* qemu/pci: clarify pci config load routineMichael S. Tsirkin2009-10-061-4/+5
* Final net cleanup after conversion to QemuOptsMark McLoughlin2009-10-064-86/+65
* Port PCI NIC hotplug to QemuOptsMark McLoughlin2009-10-061-2/+14
* Port usb net to QemuOptsMark McLoughlin2009-10-063-5/+18
* Port host_net_add monitor command to QemuOptsMark McLoughlin2009-10-061-2/+13
* Clean up legacy code in net_client_init()Mark McLoughlin2009-10-061-44/+14
* Port -net dump to QemuOptsMark McLoughlin2009-10-061-12/+42
* Port -net vde to QemuOptsMark McLoughlin2009-10-061-36/+58
* Port -net socket to QemuOptsMark McLoughlin2009-10-061-59/+109
* Port -net tap to QemuOptsMark McLoughlin2009-10-061-90/+140
* Port -net user to QemuOptsMark McLoughlin2009-10-061-106/+161
* Port -net none and -net nic to QemuOptsMark McLoughlin2009-10-061-77/+160
* Add qemu_net_optsMark McLoughlin2009-10-062-0/+14
* Never overwrite a QemuOptMark McLoughlin2009-10-061-28/+23
* Add qemu_opts_validate() for post parsing validationMark McLoughlin2009-10-062-0/+34
* Make qemu_opts_parse() handle empty stringsMark McLoughlin2009-10-061-3/+1
* Remove double error message for -device option parsingMark McLoughlin2009-10-061-3/+1
* Remove double error message in qemu_option_set()Mark McLoughlin2009-10-061-2/+0
* Remove bogus error message from qemu_opts_set()Mark McLoughlin2009-10-061-2/+0
* Drop config_error(), use qemu_error() insteadMarkus Armbruster2009-10-061-72/+55
* Don't exit() in config_error()Markus Armbruster2009-10-063-41/+55
* Make net_client_init() consume slirp_configs even on errorMarkus Armbruster2009-10-061-5/+7
* Use qemu_strdup() for VLANClientState string fieldsMark McLoughlin2009-10-061-7/+7
* Move memset() from net_client_uninit() to net_client_init()Mark McLoughlin2009-10-061-1/+2
* Make NICInfo string fields non-constMark McLoughlin2009-10-064-10/+10
* Don't assign a static string to NICInfo::modelMark McLoughlin2009-10-061-1/+1
OpenPOWER on IntegriCloud