aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New qdev_init_nofail()Markus Armbruster2009-10-071-2/+2
* musicpal: Add VMState supportJan Kiszka2009-10-051-23/+165
* musicpal: Make PIT emulation more robustJan Kiszka2009-10-051-6/+28
* musicpal: True reset support for GPIOJan Kiszka2009-10-051-3/+14
* musicpal: Coding style fixesJan Kiszka2009-10-051-25/+40
* musicpal: Clean up typecastsJan Kiszka2009-10-051-5/+5
* musicpal: Rework GPIO input eventsJan Kiszka2009-10-051-75/+75
* musicpal: Catch null TX qeueuesJan Kiszka2009-10-051-1/+3
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-18/+18
* Get rid of _t suffixmalc2009-10-011-18/+18
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-8/+19
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-16/+16
* Remove the unnecessary and only global in musicpal.cAndrzej Zaborowski2009-08-231-2/+1
* Make musicpal.c use the I2C device and the Marvell 88w8618 audio deviceAndrzej Zaborowski2009-08-231-387/+40
* Musicpal qdev conversion: gpio (except I2C part), keyboard and lcdBenoit Canet2009-08-231-84/+230
* kill drives_tableGerd Hoffmann2009-07-271-5/+5
* qdev: rework device properties.Gerd Hoffmann2009-07-161-1/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-9/+9
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-2/+3
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-3/+3
* net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-1/+1
* net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-1/+1
* Remove qdev irq sink handlingPaul Brook2009-05-261-2/+2
* Add common BusStatePaul Brook2009-05-231-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-2/+2
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-1/+8
* WM8750 qdev coversionPaul Brook2009-05-141-5/+2
* MusicPal qdev conversionPaul Brook2009-05-141-63/+87
* Remove vga_ram_sizePaul Brook2009-05-131-1/+1
* Push AUD_init down to devicesPaul Brook2009-05-121-4/+1
* Make AUD_init failure fatalPaul Brook2009-05-121-4/+0
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-1/+1
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-5/+15
* Remove redundant ram_require machine properly.pbrook2009-04-111-2/+0
* Musicpal ram access cleanup.pbrook2009-04-101-59/+90
* musicpal: Fix regression caused by 6839 (Jan Kiszka)aliguori2009-03-281-1/+2
* DisplayAllocator interface (Stefano Stabellini)aliguori2009-03-131-1/+1
* musicpal: Reorganize IO memory handling (Jan Kiszka)malc2009-03-101-50/+139
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-14/+0
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-8/+6
* remove bgr (Stefano Stabellini)aliguori2009-01-151-1/+1
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-0/+2
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+1
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-1/+2
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-26/+0
* Introduce accessors for DisplayState (Stefano Stabellini)aliguori2008-11-241-3/+3
* Set default max_cpus to one.balrog2008-10-281-2/+2
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-0/+1