aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-05-14PL080 qdev conversionPaul Brook3-12/+28
2009-05-14ARM RealView sytem controller qdev conversionPaul Brook1-6/+25
2009-05-14Versatile/PB core qdev conversionPaul Brook1-11/+21
2009-05-14PL190 qdev conversionPaul Brook5-28/+41
2009-05-14ESP SCSI qdev conversionPaul Brook4-70/+61
2009-05-14smc91c111 qdev conversionPaul Brook1-10/+31
2009-05-14ARM timers qdev conversionPaul Brook5-30/+39
2009-05-14Integrator/CP core qdev conversionPaul Brook1-20/+37
2009-05-14PL181 qdev conversionPaul Brook5-39/+21
2009-05-14PL031 qdev conversionPaul Brook5-14/+16
2009-05-14Stellaris ethernet qdev conversionPaul Brook3-23/+32
2009-05-14Virtio-net qdev conversionPaul Brook8-32/+40
2009-05-14PCI network qdev conversionPaul Brook11-166/+183
2009-05-14LSI SCSI qdev conversionPaul Brook6-52/+26
2009-05-14PL050 qdev conversionPaul Brook5-17/+34
2009-05-14PL011 qdev conversionPaul Brook6-40/+50
2009-05-14PL110 qdev conversionPaul Brook5-19/+30
2009-05-14qdev scsi bus infrastructurePaul Brook2-0/+23
2009-05-14PCI qdev supportPaul Brook2-7/+56
2009-05-14qdev child bus supportPaul Brook2-0/+36
2009-05-14Basic qdev infrastructure.Paul Brook4-0/+499
2009-05-14Remove any pretense that there can be more than one AudioStatemalc10-22/+11
2009-05-13Include assert.h from qemu-common.hPaul Brook9-9/+0
2009-05-13Replace gcc variadic macro extension with C99 version (missed one)Blue Swirl1-3/+3
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl58-218/+218
2009-05-13Remove vga_ram_sizePaul Brook41-130/+125
2009-05-13ETRAX: Correct setting of ethernet station address.Edgar E. Iglesias1-2/+2
2009-05-12Follow coding conventions.Paul Brook1-6/+6
2009-05-12Push AUD_init down to devicesPaul Brook22-100/+44
2009-05-12Make AUD_init failure fatalPaul Brook5-26/+15
2009-05-10Follow coding conventionsPaul Brook53-857/+856
2009-05-08vga: Replace VGA_COMMON with a structureAvi Kivity5-472/+472
2009-05-08e1000: Do not reinit pci config space to 0Amit Shah1-1/+0
2009-05-08reset state for load_linuxGlauber Costa1-0/+7
2009-05-08register reset handler for option_romsGlauber Costa1-0/+25
2009-05-08Remove superfluous #includes.Paul Brook2-2/+0
2009-05-08Use target_phys_addr_t, not target_ulong.Paul Brook1-12/+13
2009-05-08Replace cpu_abort with hw_errorPaul Brook47-262/+180
2009-05-06Fix PL110 framebuffer byteswapping in 32bpp mode.Paul Brook1-1/+1
2009-05-05ETRAX: Simplify serport control logic.Edgar E. Iglesias1-83/+44
2009-05-05ETRAX: Drop _t for the serial type.Edgar E. Iglesias1-7/+7
2009-05-05ETRAX: Use NULL for subwidth serport reg accesses.Edgar E. Iglesias1-18/+2
2009-05-05ETRAX: Drop the _t for the internal PIC type.Edgar E. Iglesias1-8/+8
2009-05-05ETRAX: Simplify the interrupt controller model.Edgar E. Iglesias1-57/+24
2009-05-05ETRAX: Simplify interrupt signaling.Edgar E. Iglesias3-20/+7
2009-05-03minor fix of pci_register_bus()Isaku Yamahata1-0/+1
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata21-32/+37
2009-05-03Handle NULL bdrv.Paul Brook1-4/+10
2009-05-01Fix hw/acpi.c build w/ DEBUG enabledAlex Williamson1-6/+6
2009-05-01Pci nic: pci_register_device can failChris Wright5-0/+17