aboutsummaryrefslogtreecommitdiff
path: root/hw/musicpal.c
AgeCommit message (Expand)Author
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-04-10musicpal: Fix registration of MMIO-less sysbus devicesJan Kiszka
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-08-24Rearrange block headersBlue Swirl
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-06-27Remove useless device dependency of HAS_AUDIOBlue Swirl
2010-05-28musicpal: Drop redundant reset callJan Kiszka
2010-03-29Compile pflash_cfi02 only onceBlue Swirl
2010-03-21Compile serial only onceBlue Swirl
2010-01-24Musicpal: Fix descriptor walk in eth_sendJan Kiszka
2010-01-23Musicpal: Fix wm8750 I2C addressJan Kiszka
2009-12-03net: convert musicpal to NICStateMark McLoughlin
2009-11-22GPIO I2C reworkPaul Brook
2009-10-27musicpal: use qdev properties for configuration.Gerd Hoffmann
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-05musicpal: Add VMState supportJan Kiszka
2009-10-05musicpal: Make PIT emulation more robustJan Kiszka
2009-10-05musicpal: True reset support for GPIOJan Kiszka
2009-10-05musicpal: Coding style fixesJan Kiszka
2009-10-05musicpal: Clean up typecastsJan Kiszka
2009-10-05musicpal: Rework GPIO input eventsJan Kiszka
2009-10-05musicpal: Catch null TX qeueuesJan Kiszka
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-23Remove the unnecessary and only global in musicpal.cAndrzej Zaborowski
2009-08-23Make musicpal.c use the I2C device and the Marvell 88w8618 audio deviceAndrzej Zaborowski
2009-08-23Musicpal qdev conversion: gpio (except I2C part), keyboard and lcdBenoit Canet
2009-07-27kill drives_tableGerd Hoffmann
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-06-09net: add return value to packet receive handlerMark McLoughlin
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin
2009-05-26Remove qdev irq sink handlingPaul Brook
2009-05-23Add common BusStatePaul Brook
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-14WM8750 qdev coversionPaul Brook
2009-05-14MusicPal qdev conversionPaul Brook
2009-05-13Remove vga_ram_sizePaul Brook
2009-05-12Push AUD_init down to devicesPaul Brook
2009-05-12Make AUD_init failure fatalPaul Brook
2009-05-08Replace cpu_abort with hw_errorPaul Brook
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori
2009-04-11Remove redundant ram_require machine properly.pbrook
2009-04-10Musicpal ram access cleanup.pbrook