]> git.proxmox.com Git - qemu.git/history - hw/musicpal.c
slirp: Fix restricted mode
[qemu.git] / hw / musicpal.c
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-10 Jan Kiszkamusicpal: Fix registration of MMIO-less sysbus devices
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-24 Blue SwirlRearrange block headers
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonqemu_ram_alloc: Add DeviceState and name parameters
2010-06-27 Blue SwirlRemove useless device dependency of HAS_AUDIO
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-28 Jan Kiszkamusicpal: Drop redundant reset call
2010-03-29 Blue SwirlCompile pflash_cfi02 only once
2010-03-21 Blue SwirlCompile serial only once
2010-01-24 Jan KiszkaMusicpal: Fix descriptor walk in eth_send
2010-01-23 Jan KiszkaMusicpal: Fix wm8750 I2C address
2009-12-03 Mark McLoughlinnet: convert musicpal to NICState
2009-11-22 Paul BrookGPIO I2C rework
2009-10-27 Gerd Hoffmannmusicpal: use qdev properties for configuration.
2009-10-07 Markus ArmbrusterNew qdev_init_nofail()
2009-10-05 Jan Kiszkamusicpal: Add VMState support
2009-10-05 Jan Kiszkamusicpal: Make PIT emulation more robust
2009-10-05 Jan Kiszkamusicpal: True reset support for GPIO
2009-10-05 Jan Kiszkamusicpal: Coding style fixes
2009-10-05 Jan Kiszkamusicpal: Clean up typecasts
2009-10-05 Jan Kiszkamusicpal: Rework GPIO input events
2009-10-05 Jan Kiszkamusicpal: Catch null TX qeueues
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
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 ZaborowskiMerge with balrog@git.sv.gnu.org:/srv/git/qemu.git
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-10 Anthony LiguoriMerge branch 'net-queue'
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).