aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-01suport device driver initialization modelGlauber Costa1-2/+1
2009-05-01fix virtio_blk_inhdr commentChristoph Hellwig1-1/+1
2009-05-01Hardware watchdogRichard W.M. Jones5-0/+786
2009-05-01virtio-blk: add SGI_IO passthru supportChristoph Hellwig2-7/+128
2009-05-01Remove redundant cirrus vga ram functions.Paul Brook1-30/+0
2009-04-30Remove vga LFB accessor hacks.Paul Brook1-8/+0
2009-04-27Synch to VGABlue Swirl1-4/+4
2009-04-27[RESEND] Fix vga segfaults or screen corruption with large memory guestsAvi Kivity1-5/+6
2009-04-25Fix compilation when x86_64 is definedBlue Swirl2-8/+14
2009-04-25Fix warningBlue Swirl1-1/+1
2009-04-24qemu: create helper for event notification (Marcelo Tosatti)aliguori1-3/+1
2009-04-23Fix typo, thanks to Andreas Faerber for spottingblueswir11-1/+1
2009-04-23Use a more natural orderblueswir13-5/+5
2009-04-22Change RTC time drift IRQ re-injection (Gleb Natapov)aliguori1-15/+47
2009-04-22implement qemu_blockalign (Stefano Stabellini)aliguori1-1/+1
2009-04-22xen: add -vga xenfb option, configure xenfb (Gerd Hoffmann)aliguori1-0/+6
2009-04-22xen: pv domain builder. (Gerd Hoffmann)aliguori5-0/+358
2009-04-22xen: blk & nic configuration via cmd line. (Gerd Hoffmann)aliguori4-0/+170
2009-04-22xen: add net backend driver. (Gerd Hoffmann)aliguori3-0/+408
2009-04-22xen: add block device backend driver. (Gerd Hoffmann)aliguori4-0/+885
2009-04-22xen: add framebuffer backend driver (Gerd Hoffmann)aliguori3-0/+1022
2009-04-22xen: add console backend driver. (Gerd Hoffmann)aliguori3-0/+274
2009-04-22xen: backend driver core (Gerd Hoffmann)aliguori4-1/+840
2009-04-22xen: groundwork for xen support (Gerd Hoffmann)aliguori3-0/+83