aboutsummaryrefslogtreecommitdiffstats
path: root/hw/musicpal.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-51/+66
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-44/+107
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2012-01-13ptimer: move declarations to ptimer.hPaolo Bonzini1-0/+1
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-2/+4
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-8/+8
2011-11-24musicpal: avoid call to sysbus_init_mmio()Avi Kivity1-1/+3
2011-10-02serial: Add MemoryRegion parameter to serial_mm_initRichard Henderson1-4/+4
2011-10-02serial: Remove ioregister parameter from serial_mm_initRichard Henderson1-2/+2
2011-10-02serial: Use enum device_endian in serial_mm_init parameterRichard Henderson1-12/+2
2011-09-18musicpal: convert to memory APIAvi Kivity1-144/+99
2011-09-04pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-4/+4
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-9/+6
2011-08-25pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-6/+9
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-04-10musicpal: Fix registration of MMIO-less sysbus devicesJan Kiszka1-2/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-8/+16
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-4/+7
2010-06-27Remove useless device dependency of HAS_AUDIOBlue Swirl1-4/+0
2010-05-28musicpal: Drop redundant reset callJan Kiszka1-2/+0
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