aboutsummaryrefslogtreecommitdiff
path: root/hw/musicpal.c
AgeCommit message (Expand)Author
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
2009-03-28musicpal: Fix regression caused by 6839 (Jan Kiszka)aliguori
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori
2009-03-10musicpal: Reorganize IO memory handling (Jan Kiszka)malc
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-15remove bgr (Stefano Stabellini)aliguori
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori
2008-10-28Set default max_cpus to one.balrog
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori
2008-07-01Implement resolution switching in common console code.pbrook
2008-06-08Enhance sendkey with key hold time (Jan Kiszka).balrog
2008-06-02MusicPal: Restore display size after invalidation (Jan Kiszka).balrog
2008-05-17musicpal: Improve button handling (Jan Kiszka).balrog
2008-05-07Avoid arithmetics on void * in MusicPal audio code (Jan Kiszka).balrog
2008-05-06MusicPal: fix gcc4 build (Jan Kiszka).balrog
2008-05-048250: Customized base baudrateaurel32
2008-05-04MusicPal mono playback support.balrog
2008-05-04Remove debug sample rate slowdown.balrog