summaryrefslogtreecommitdiffstats
path: root/hw/musicpal.c
Commit message (Expand)AuthorAgeFilesLines
* Add endianness as io mem parameterAlexander Graf2010-12-111-8/+16
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-4/+7
* Remove useless device dependency of HAS_AUDIOBlue Swirl2010-06-271-4/+0
* musicpal: Drop redundant reset callJan Kiszka2010-05-281-2/+0
* Compile pflash_cfi02 only onceBlue Swirl2010-03-291-1/+11
* Compile serial only onceBlue Swirl2010-03-211-2/+12
* Musicpal: Fix descriptor walk in eth_sendJan Kiszka2010-01-241-4/+3
* Musicpal: Fix wm8750 I2C addressJan Kiszka2010-01-231-1/+1
* net: convert musicpal to NICStateMark McLoughlin2009-12-031-13/+18
* GPIO I2C reworkPaul Brook2009-11-221-1/+1
* musicpal: use qdev properties for configuration.Gerd Hoffmann2009-10-271-6/+11
* 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
OpenPOWER on IntegriCloud