vga: Rename vga_state -> vga
[qemu] / hw /
2009-08-28 Juan Quintelavga: Rename vga_state -> vga
2009-08-28 Juan QuintelaIntroduce vga_common_reset() to be able to typcheck...
2009-08-28 Juan Quintelalsi53c895a: LSIState is a DeviceHost
2009-08-28 Juan Quintelalsi53c895a: rename PCIDevice field from pci_dev to...
2009-08-28 Juan Quintelalsi53c895a: use DO_UPCAST to cast from PCIDevice
2009-08-28 Juan Quintelalsi53c895a: remove pointless cast from void *
2009-08-28 Juan Quintelartl8139: remove pointless cast from void *
2009-08-28 Juan Quintelartl8139: Remove unneeded double indirection of PCIRTL81...
2009-08-28 Juan Quintelaeepro100: Remove unused indirection of PCIDevice
2009-08-28 Juan Quintelaeepro100: cast a void * makes no sense
2009-08-28 Juan Quintelaeepro100: convert casts to DO_UPCAST()
2009-08-28 Gerd Hoffmannswitch balloon initialization to -device.
2009-08-28 Gerd Hoffmannide: move code to hw/ide/
2009-08-28 Gerd Hoffmannide: add save/restore support for mmio
2009-08-28 Gerd Hoffmannide: add save/restore support for isa
2009-08-28 Gerd Hoffmannide: split away ide-microdrive.c
2009-08-28 Gerd Hoffmannide: split away ide-mmio.c
2009-08-28 Gerd Hoffmannide: split away ide-macio.c
2009-08-28 Gerd Hoffmannide: split away ide-pci.c
2009-08-28 Gerd Hoffmannide: split away ide-isa.c
2009-08-28 Gerd Hoffmannide: split away ide-internal.h
2009-08-28 Gerd Hoffmannide: add IDEBus struct, cleanups
2009-08-28 Gerd Hoffmannqdev error logging
2009-08-28 Gerd Hoffmannvirtio-pci error logging
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-28 Reimar Döffingerfix stack buffer overflows in eepro100.c tx
2009-08-28 Vijay KumarCheck block driver read error in pflash_cfi0x
2009-08-28 Avi Kivitykvm: Simplify cpu_synchronize_state()
2009-08-28 Markus Armbrusterqdev: convert watchdogs
2009-08-28 Markus ArmbrusterClean up upcast from PCIDevice to I6300State
2009-08-28 Markus ArmbrusterMove watchdog, watchdog_action, give them internal...
2009-08-28 Christoph Hellwigvirtio-blk: handle NULL returns from bdrv_aio_{read...
2009-08-28 Amit Shahvirtio-console: rename dvq to ovq
2009-08-28 Amit Shahpci ids: remove redundant defines
2009-08-28 Juan QuintelaPort ACPI to VMState
2009-08-28 Juan QuintelaAdd VMState support to run a function after load
2009-08-28 Juan QuintelaPort PCIDevice state to VMState
2009-08-28 Juan QuintelaAdd version_id to PCIDevice.
2009-08-28 Juan QuintelaAdd VMState support for int32_t check value
2009-08-28 Juan QuintelaPort PS2 devices to VMState design
2009-08-28 Juan QuintelaAdd VMState support for static sized buffers (uint_8)
2009-08-28 Juan QuintelaPort PCI Bus to VMState design
2009-08-28 Juan QuintelaAdd VMState support for variable sized arrays
2009-08-28 Juan QuintelaAdd VMState support for int32_t check value
2009-08-28 Juan QuintelaPort i8254 to new VMState design
2009-08-28 Juan QuintelaAdd VMState support for arrays of structs
2009-08-28 Juan QuintelaAdd VMState support for structs
2009-08-28 Juan QuintelaPort apic to new VMState design
2009-08-28 Juan QuintelaAdd VMState support for arrays
2009-08-28 Juan QuintelaAdd VMState support for pointers
2009-08-28 Juan QuintelaNew VMstate save/load infrastructure
2009-08-28 Juan Quintelamove useful type definitons to osdep.h
2009-08-28 Gerd HoffmannMove isa_connect_irq calls into isa_create_simple
2009-08-28 Jes SorensenAdd isa_reserve_irq().
2009-08-28 Gerd Hoffmannisa bus irq changes and fixes.
2009-08-28 Naphtali Spreihw/eepro100.c: Use extended TBD only where applicable
2009-08-28 Sebastian Herbsztpci-hotplug: initialize dinfo to NULL in pci_device_hot_add
2009-08-28 Paolo Bonziniadd file descriptor migration
2009-08-25 Blue SwirlSparc32: improve interrupt handling
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-24 Anthony LiguoriMake the e1000 the default network adapter for the...
2009-08-24 Gerd Hoffmannvirtio-blk: add msi support.
2009-08-24 Gerd Hoffmannqdev/prop: convert isa-bus to helper macros.
2009-08-24 Paolo Bonziniunify popen/fopen qemu wrappers
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-08-24 Avi KivityRoute IOAPIC interrupts via ISA bus
2009-08-24 Avi KivityRoute PC irqs to ISA bus instead of i8259 directly
2009-08-24 Jes SorensenQEMU set irq0override in fw_cfg
2009-08-24 Brian WheelerSMART ATA Functionality
2009-08-24 Stefano Stabellinimake vga screen_dump use DisplayState properly
2009-08-24 malcRestore consistent formatting
2009-08-24 Juan Quintelaes1370: Remove unused indirection of PCIES1370State...
2009-08-23 Andrzej ZaborowskiRevert my commit c00a9de060124a988bd9847c095e5836488c6f01
2009-08-23 Torsten DuweFix segfault of qemu-system-arm with PXA target
2009-08-23 Reimar DöffingerUse corect depth from DisplaySurface in vmware_vga.c
2009-08-23 Andrzej ZaborowskiRemove the unnecessary and only global in musicpal.c
2009-08-23 Andrzej ZaborowskiMerge with balrog@git.sv.gnu.org:/srv/git/qemu.git
2009-08-23 Andrzej ZaborowskiMake musicpal.c use the I2C device and the Marvell...
2009-08-23 Andrzej ZaborowskiExtract the Marvell 88w8618 audio device from musicpal.c
2009-08-23 Andrzej ZaborowskiExtract musicpal.c I2C bitbanging code and make it...
2009-08-23 Benoit CanetMusicpal qdev conversion: gpio (except I2C part), keybo...
2009-08-23 Blue SwirlSparc32: fix monitor commands 'info pic' and 'info...
2009-08-23 Blue SwirlRearrange to suppress gcc 3.3.5 warning about unused...
2009-08-22 Blue SwirlESP: implement Transfer Pad
2009-08-22 Blue SwirlESP: Implement select without ATN, fix comments
2009-08-22 Juan QuintelaRemove unneded ac97 indirection accessing its state
2009-08-16 Blue SwirlReplace REGX with PRIx64
2009-08-16 Blue SwirlReplace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
2009-08-16 Blue SwirlReplace always_inline with inline
2009-08-15 Blue SwirlPPC: clean up ppc405
2009-08-13 Anthony LiguoriFix migration for ide devices
2009-08-13 Blue SwirlUnbreak Sparc64
2009-08-13 Blue SwirlUnbreak Sparc32 and PPC
2009-08-11 Anthony LiguoriFix virtio-blk
2009-08-10 Gerd Hoffmannrename "info qdrv" to "info qdm"
2009-08-10 Gerd Hoffmannfix qdev_print_devinfo()
2009-08-10 Gerd Hoffmannqdev/prop: convert xilinx_timer.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert xilinx_intc.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert xilinx_ethlite.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert virtio-pci.c to helper macros.
next