summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-08-27Port ACPI to VMStateJuan Quintela1-34/+21
2009-08-27Add VMState support to run a function after loadJuan Quintela1-0/+1
2009-08-27Port PCIDevice state to VMStateJuan Quintela2-22/+55
2009-08-27Add version_id to PCIDevice.Juan Quintela2-1/+4
2009-08-27Add VMState support for int32_t check valueJuan Quintela1-0/+4
2009-08-27Port PS2 devices to VMState designJuan Quintela1-67/+52
2009-08-27Add VMState support for static sized buffers (uint_8)Juan Quintela1-0/+18
2009-08-27Port PCI Bus to VMState designJuan Quintela1-30/+11
2009-08-27Add VMState support for variable sized arraysJuan Quintela1-0/+22
2009-08-27Add VMState support for int32_t check valueJuan Quintela1-0/+5
2009-08-27Port i8254 to new VMState designJuan Quintela1-29/+37
2009-08-27Add VMState support for arrays of structsJuan Quintela1-0/+11
2009-08-27Add VMState support for structsJuan Quintela1-0/+12
2009-08-27Port apic to new VMState designJuan Quintela1-34/+33
2009-08-27Add VMState support for arraysJuan Quintela1-0/+28
2009-08-27Add VMState support for pointersJuan Quintela1-0/+19
2009-08-27New VMstate save/load infrastructureJuan Quintela1-0/+102
2009-08-27move useful type definitons to osdep.hJuan Quintela1-3/+0
2009-08-27Move isa_connect_irq calls into isa_create_simpleGerd Hoffmann4-7/+10
2009-08-27Add isa_reserve_irq().Jes Sorensen6-32/+58
2009-08-27isa bus irq changes and fixes.Gerd Hoffmann9-37/+109
2009-08-27hw/eepro100.c: Use extended TBD only where applicableNaphtali Sprei1-3/+3
2009-08-27pci-hotplug: initialize dinfo to NULL in pci_device_hot_addSebastian Herbszt1-1/+1
2009-08-27add file descriptor migrationPaolo Bonzini1-0/+1
2009-08-25Sparc32: improve interrupt handlingBlue Swirl2-32/+47
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl141-538/+538
2009-08-24Make the e1000 the default network adapter for the pc target.Anthony Liguori1-2/+2
2009-08-24virtio-blk: add msi support.Gerd Hoffmann2-2/+10
2009-08-24qdev/prop: convert isa-bus to helper macros.Gerd Hoffmann1-12/+3
2009-08-24unify popen/fopen qemu wrappersPaolo Bonzini1-1/+1
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-11/+1
2009-08-24Route IOAPIC interrupts via ISA busAvi Kivity4-26/+13
2009-08-24Route PC irqs to ISA bus instead of i8259 directlyAvi Kivity1-15/+31
2009-08-24QEMU set irq0override in fw_cfgJes Sorensen1-0/+2
2009-08-24SMART ATA FunctionalityBrian Wheeler1-5/+200
2009-08-24make vga screen_dump use DisplayState properlyStefano Stabellini1-69/+21
2009-08-24Restore consistent formattingmalc1-5/+5
2009-08-24es1370: Remove unused indirection of PCIES1370State and ES1370StateJuan Quintela1-21/+10
2009-08-23Revert my commit c00a9de060124a988bd9847c095e5836488c6f01Andrzej Zaborowski1-3/+3
2009-08-23Fix segfault of qemu-system-arm with PXA targetTorsten Duwe1-1/+1
2009-08-23Use corect depth from DisplaySurface in vmware_vga.cReimar Döffinger1-3/+3
2009-08-23Remove the unnecessary and only global in musicpal.cAndrzej Zaborowski1-2/+1
2009-08-23Merge with balrog@git.sv.gnu.org:/srv/git/qemu.gitAndrzej Zaborowski5-19/+39
2009-08-23Make musicpal.c use the I2C device and the Marvell 88w8618 audio deviceAndrzej Zaborowski1-387/+40
2009-08-23Extract the Marvell 88w8618 audio device from musicpal.cAndrzej Zaborowski1-0/+274
2009-08-23Extract musicpal.c I2C bitbanging code and make it gpio awareAndrzej Zaborowski1-0/+179
2009-08-23Musicpal qdev conversion: gpio (except I2C part), keyboard and lcdBenoit Canet1-84/+230
2009-08-23Sparc32: fix monitor commands 'info pic' and 'info irq'Blue Swirl3-14/+19
2009-08-23Rearrange to suppress gcc 3.3.5 warning about unused variableBlue Swirl1-3/+6
2009-08-22ESP: implement Transfer PadBlue Swirl1-0/+7