summaryrefslogtreecommitdiffstats
path: root/hw/musicpal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* machine struct - use C99 initializers (Jes Sorensen)aliguori2008-10-071-4/+4
* Implement resolution switching in common console code.pbrook2008-07-011-11/+4
* Enhance sendkey with key hold time (Jan Kiszka).balrog2008-06-081-6/+0
* MusicPal: Restore display size after invalidation (Jan Kiszka).balrog2008-06-021-2/+15
* musicpal: Improve button handling (Jan Kiszka).balrog2008-05-171-10/+17
* Avoid arithmetics on void * in MusicPal audio code (Jan Kiszka).balrog2008-05-071-8/+8
* MusicPal: fix gcc4 build (Jan Kiszka).balrog2008-05-061-7/+9
* 8250: Customized base baudrateaurel322008-05-041-2/+2
* MusicPal mono playback support.balrog2008-05-041-14/+29
* Remove debug sample rate slowdown.balrog2008-05-041-1/+1
* Use external clock in wm8750 slave mode.balrog2008-05-041-0/+16
* Musicpal: convert to ram_addr_tbalrog2008-05-021-3/+3
* musicpal: Fix output level of 8-bit samples (Jan Kiszka).balrog2008-04-271-3/+3
* Let WM8750 users write to audio buffer directly.balrog2008-04-261-8/+10
* Fix MusicPal LCD on non-32 bpp displays or with -nographic.balrog2008-04-251-20/+38
* ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).balrog2008-04-241-0/+1456
OpenPOWER on IntegriCloud