summaryrefslogtreecommitdiff
path: root/hw/musicpal.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-8/+19
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-16/+16
2009-08-23Remove the unnecessary and only global in musicpal.cAndrzej Zaborowski1-2/+1
2009-08-23Make musicpal.c use the I2C device and the Marvell 88w8618 audio deviceAndrzej Zaborowski1-387/+40
2009-08-23Musicpal qdev conversion: gpio (except I2C part), keyboard and lcdBenoit Canet1-84/+230
2009-07-27kill drives_tableGerd Hoffmann1-5/+5
2009-07-16qdev: rework device properties.Gerd Hoffmann1-1/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-9/+9
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-2/+3
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-3/+3
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin1-1/+1
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin1-1/+1
2009-05-26Remove qdev irq sink handlingPaul Brook1-2/+2
2009-05-23Add common BusStatePaul Brook1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+2
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+8
2009-05-14WM8750 qdev coversionPaul Brook1-5/+2
2009-05-14MusicPal qdev conversionPaul Brook1-63/+87
2009-05-13Remove vga_ram_sizePaul Brook1-1/+1
2009-05-12Push AUD_init down to devicesPaul Brook1-4/+1
2009-05-12Make AUD_init failure fatalPaul Brook1-4/+0
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-1/+1
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-5/+15
2009-04-11Remove redundant ram_require machine properly.pbrook1-2/+0
2009-04-10Musicpal ram access cleanup.pbrook1-59/+90
2009-03-28musicpal: Fix regression caused by 6839 (Jan Kiszka)aliguori1-1/+2
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori1-1/+1
2009-03-10musicpal: Reorganize IO memory handling (Jan Kiszka)malc1-50/+139
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-14/+0
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-8/+6
2009-01-15remove bgr (Stefano Stabellini)aliguori1-1/+1
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-0/+2
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-1/+2
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-26/+0
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-3/+3
2008-10-28Set default max_cpus to one.balrog1-2/+2
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+1
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori1-4/+4
2008-07-01Implement resolution switching in common console code.pbrook1-11/+4
2008-06-08Enhance sendkey with key hold time (Jan Kiszka).balrog1-6/+0
2008-06-02MusicPal: Restore display size after invalidation (Jan Kiszka).balrog1-2/+15
2008-05-17musicpal: Improve button handling (Jan Kiszka).balrog1-10/+17
2008-05-07Avoid arithmetics on void * in MusicPal audio code (Jan Kiszka).balrog1-8/+8
2008-05-06MusicPal: fix gcc4 build (Jan Kiszka).balrog1-7/+9
2008-05-048250: Customized base baudrateaurel321-2/+2
2008-05-04MusicPal mono playback support.balrog1-14/+29
2008-05-04Remove debug sample rate slowdown.balrog1-1/+1