aboutsummaryrefslogtreecommitdiffstats
path: root/hw/musicpal.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-29Compile pflash_cfi02 only onceBlue Swirl1-1/+11
2010-03-21Compile serial only onceBlue Swirl1-2/+12
2010-01-24Musicpal: Fix descriptor walk in eth_sendJan Kiszka1-4/+3
2010-01-23Musicpal: Fix wm8750 I2C addressJan Kiszka1-1/+1
2009-12-03net: convert musicpal to NICStateMark McLoughlin1-13/+18
2009-11-22GPIO I2C reworkPaul Brook1-1/+1
2009-10-27musicpal: use qdev properties for configuration.Gerd Hoffmann1-6/+11
2009-10-07New qdev_init_nofail()Markus Armbruster1-2/+2
2009-10-05musicpal: Add VMState supportJan Kiszka1-23/+165
2009-10-05musicpal: Make PIT emulation more robustJan Kiszka1-6/+28
2009-10-05musicpal: True reset support for GPIOJan Kiszka1-3/+14
2009-10-05musicpal: Coding style fixesJan Kiszka1-25/+40
2009-10-05musicpal: Clean up typecastsJan Kiszka1-5/+5
2009-10-05musicpal: Rework GPIO input eventsJan Kiszka1-75/+75
2009-10-05musicpal: Catch null TX qeueuesJan Kiszka1-1/+3
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-18/+18
2009-10-01Get rid of _t suffixmalc1-18/+18
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