summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-05-08e1000: Do not reinit pci config space to 0Amit Shah1-1/+0
2009-05-08reset state for load_linuxGlauber Costa1-4/+11
2009-05-08register reset handler for option_romsGlauber Costa1-0/+24
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-1/+1
2009-04-17hpet: Fix emulation of HPET_TN_SETVAL (Jan Kiszka)aliguori1-1/+1
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori15-40/+264
2009-04-17Use NICInfo::model for eepro100 savevm ID string (Mark McLoughlin)aliguori1-8/+6
2009-04-17Add unregister_savevm() (Mark McLoughlin)aliguori1-0/+2
2009-04-17Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)aliguori2-6/+2
2009-04-17Don't fail PCI hotplug if no NIC model is supplied (Mark McLoughlin)aliguori1-3/+3
2009-04-17Remove stray GSO code from virtio_net (Mark McLoughlin)aliguori1-5/+0
2009-04-10Make PCI config status register read-onlyaliguori1-0/+4
2009-04-10Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)aliguori1-0/+1
2009-04-05create qemu_file_set_error (Glauber Costa)aliguori1-0/+1
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-03-31SH4: Add support for kernel cmdlineaurel321-4/+14
2009-03-22Fix VGA issue introduced by r6349 (malc)aliguori1-2/+10
2009-03-20virtio: Allow guest to defer VIRTIO_F_NOTIFY_ON_EMPTY (Alex Williamson)aliguori1-3/+4
2009-03-20e1000: Fix RX descriptor low threshold interrupt logic (Alex Williamson)aliguori1-2/+2
2009-03-13temporarily disable logging around pci config writes (Avi Kivity)aliguori1-1/+12
2009-03-13stop dirty logging while updating cirrus bank memory (Glauber Costa)aliguori1-0/+5
2009-03-13qemu:virtio-net: Check return size on the correct sg list (Alex Williamson)aliguori1-1/+1
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori2-4/+7
2009-03-05lsi: add ISTAT1 register read (Ryan Harper)aliguori1-0/+2
2009-03-04DB-DMA IDE asynchronous I/Oaurel323-73/+112
2009-03-03Fix slavio_intctl.c compile errors (Robert Reif)blueswir11-2/+2
2009-03-03DB-DMA cleanupaurel323-164/+133
2009-03-03sh4: r2d fix no ide/net caseaurel321-5/+5
2009-03-03clean build: Fix remaining sh4 warningsaurel321-15/+0
2009-03-02kvm/powerpc: Add MPC8544DS board supportaurel323-0/+307
2009-03-02kvm/powerpc: Add irq support for E500 coreaurel322-0/+61
2009-03-02kvm/powerpc: Add freescale pci controller's supportaurel322-0/+369
2009-03-02hw/openpic: define list in mpic_init() constaurel321-1/+1
2009-03-02kvm/powerpc: Enable MPIC for E500 platform.aurel324-87/+618
2009-02-27Remove some warnings and fix windows build.aliguori1-2/+2
2009-02-27Allow additions of ACPI tables from command line (Gleb Natapov)aliguori3-0/+175
2009-02-27Missing cirrus_invalidate_region() in cirrus_do_copy() (Brian Kress)aliguori1-4/+3
2009-02-26fix pci net hot-remove (Marcelo Tosatti)aliguori1-1/+2
2009-02-22CRIS: Fix remaining build warnings.edgar_igl3-2/+3
2009-02-21Reload ptimers on resetblueswir11-3/+3
2009-02-16virtio: Remove malloc failure checks (Jan Kiszka)aliguori1-4/+0
2009-02-16Generate PCI hotplug interrupt only if corespondent EN bit is set. (Gleb Nata...aliguori1-4/+4
2009-02-16Fix GPE registers read/write handling. (Gleb Natapov)aliguori1-12/+31
2009-02-16Fix hardware accelerated video to video copy on Cirrus VGA (Brian Kress)aliguori1-4/+4
2009-02-12Fix Sparc64 VGA memory size bug exposed by r6604blueswir11-1/+1
2009-02-11Use qemu_ram_allocblueswir11-5/+9
2009-02-11qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori5-0/+313