aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-04-17kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka)aliguori1-6/+11
2009-04-15Implement sonic netcard (MIPS Jazz)aurel323-1/+910
2009-04-15target-alpha: lower parent irq when irq is lowered.aurel321-1/+1
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir14-6/+8
2009-04-11Add named initializers.pbrook1-3/+3
2009-04-11Remove redundant ram_require machine properly.pbrook31-63/+0
2009-04-11Remove more redundant ram size checks.pbrook6-37/+1
2009-04-11Fix/remove bogus ram size checks.pbrook2-9/+2
2009-04-11Allocate enough vram for 24-bit planes.pbrook1-1/+1
2009-04-11mips malta: fix commit 7064aurel321-3/+3
2009-04-10Clean up rc4030 init functionaurel323-17/+16
2009-04-10Make PCI config status register read-onlyaliguori1-0/+4
2009-04-10Wean device tree code off phys_ram_base.pbrook2-6/+12
2009-04-10Yet more phys_ram_base elimination.pbrook12-108/+103
2009-04-10More phys_ram_base elimination.pbrook4-57/+54
2009-04-10Clean up VGA ram allocation.pbrook16-130/+71
2009-04-10Fix RTC breakage from r7031.pbrook1-1/+1
2009-04-10Musicpal ram access cleanup.pbrook1-59/+90
2009-04-10More phys_ram_base removal.pbrook9-34/+37
2009-04-09Cleanup SPARC/TCX framebuffer allocation.pbrook3-16/+16
2009-04-09Use cpu_physical_memory_write_rom instead of memcpy.pbrook1-4/+4
2009-04-09Register a single area for vga bios and option romspbrook1-68/+53
2009-04-09Use load_image_targphys and avoid phys_ram_base.pbrook16-71/+113
2009-04-09More phys_ram_base removal.pbrook4-6/+6
2009-04-09Use load_image_targphys.pbrook1-11/+6
2009-04-09Use guest memory access functions when setting up arm boorloader.pbrook2-67/+83
2009-04-09Use qemu_ram_alloc.pbrook4-9/+15
2009-04-08pcnet: Avoid double conversion via PHYSADDRaurel321-10/+10
2009-04-08apic: Fix access to non-existent APICaurel321-3/+8
2009-04-07mc146818: add square wave output supportaurel322-10/+30
2009-04-07rc4030 registers improvementsaurel321-49/+70
2009-04-07Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)aliguori1-0/+1
2009-04-07Revert r6989aliguori3-170/+120
2009-04-07remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)aliguori2-65/+70
2009-04-07Don't try to return result from a void function (spotted by Sparse)blueswir15-16/+24
2009-04-05create qemu_file_set_error (Glauber Costa)aliguori1-0/+1
2009-04-05Fix display breakage when resizing the screen (v2) (Avi Kivity)aliguori3-120/+170
2009-04-05pci_add storage: fix error handling for 'if' parameter (Eduardo Habkost)aliguori1-5/+7
2009-04-05Fix oops on 2.6.25 guest (Rusty Russell)aliguori3-1/+27
2009-04-01Implement and use shared memory framebuffer device rendering reoutine.pbrook9-231/+252
2009-04-01Use pixel_ops.hpbrook1-24/+1
2009-03-31Remove unused variableblueswir11-1/+0
2009-03-31Avoid rounding problems in ptimer_get_countpbrook1-1/+31
2009-03-29Misc scsi disk/cdrom fixes/improvements 4/4blueswir11-0/+3
2009-03-29misc scsi disk/cdrom fixes/improvements 3/4blueswir11-1/+9
2009-03-29misc scsi disk/cdrom fixes/improvements 2/4blueswir11-0/+4
2009-03-29misc scsi disk/cdrom fixes/improvements 1/4blueswir11-0/+1
2009-03-28target-sh4: r2d --append option supportaurel321-3/+2
2009-03-28hw/eeprom93xx.c: support 93xx EEPROMs with more than 255 wordsaurel321-10/+14
2009-03-28hw/eeprom93xx.c: substitute structure dump with discrete dump in eeprom_save/...aurel321-2/+27