configure: change "found" to "find"
[qemu] / hw / musicpal.c
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-23 Andrzej ZaborowskiRemove the unnecessary and only global in musicpal.c
2009-08-23 Andrzej ZaborowskiMake musicpal.c use the I2C device and the Marvell...
2009-08-23 Benoit CanetMusicpal qdev conversion: gpio (except I2C part), keybo...
2009-07-27 Gerd Hoffmannkill drives_table
2009-07-16 Gerd Hoffmannqdev: rework device properties.
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-06-09 Mark McLoughlinnet: add return value to packet receive handler
2009-06-09 Mark McLoughlinnet: pass VLANClientState* as first arg to receive...
2009-06-09 Mark McLoughlinnet: re-name vc->fd_read() to vc->receive()
2009-06-09 Mark McLoughlinnet: add fd_readv() handler to qemu_new_vlan_client...
2009-05-26 Paul BrookRemove qdev irq sink handling
2009-05-22 Paul BrookAdd common BusState
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-05-14 Paul BrookWM8750 qdev coversion
2009-05-14 Paul BrookMusicPal qdev conversion
2009-05-13 Paul BrookRemove vga_ram_size
2009-05-12 Paul BrookPush AUD_init down to devices
2009-05-12 Paul BrookMake AUD_init failure fatal
2009-05-08 Paul BrookReplace cpu_abort with hw_error
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-04-11 pbrookRemove redundant ram_require machine properly.
2009-04-10 pbrookMusicpal ram access cleanup.
2009-03-28 aliguorimusicpal: Fix regression caused by 6839 (Jan Kiszka)
2009-03-13 aliguoriDisplayAllocator interface (Stefano Stabellini)
2009-03-10 malcmusicpal: Reorganize IO memory handling (Jan Kiszka)
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-15 aliguoriremove bgr (Stefano Stabellini)
2009-01-13 aliguoriCheck NIC model in some NIC init functions (Mark McLoug...
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-11-24 aliguoriIntroduce accessors for DisplayState (Stefano Stabellini)
2008-10-28 balrogSet default max_cpus to one.
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-07 aliguorimachine struct - specify max_cpus at the per machine...
2008-10-07 aliguorimachine struct - use C99 initializers (Jes Sorensen)
2008-07-01 pbrookImplement resolution switching in common console code.
2008-06-08 balrogEnhance sendkey with key hold time (Jan Kiszka).
2008-06-02 balrogMusicPal: Restore display size after invalidation ...
2008-05-17 balrogmusicpal: Improve button handling (Jan Kiszka).
2008-05-07 balrogAvoid arithmetics on void * in MusicPal audio code...
2008-05-06 balrogMusicPal: fix gcc4 build (Jan Kiszka).
2008-05-04 aurel328250: Customized base baudrate
2008-05-04 balrogMusicPal mono playback support.
2008-05-04 balrogRemove debug sample rate slowdown.
2008-05-04 balrogUse external clock in wm8750 slave mode.
2008-05-02 balrogMusicpal: convert to ram_addr_t
2008-04-27 balrogmusicpal: Fix output level of 8-bit samples (Jan Kiszka).
2008-04-26 balrogLet WM8750 users write to audio buffer directly.
2008-04-25 balrogFix MusicPal LCD on non-32 bpp displays or with -nographic.
2008-04-24 balrogARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).