aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2010-05-28Fix hw/gt64xxx.c compilation with DEBUG definedRiccardo Magliocchetti
2010-05-28musicpal: Drop redundant reset callJan Kiszka
2010-05-28Fix overflow in i440fx_init()Avi Kivity
2010-05-27vhost_net.c: v2 Fix build failure introduced by 0bfcd599e3f5c5679cc7d0165a0a1...Jes Sorensen
2010-05-26sparc64: clean up pci bridge mapIgor V. Kovalenko
2010-05-26sparc64: rename sun4u cpu to Ultrasparc IIiIgor V. Kovalenko
2010-05-24use new cursor struct + functions for vmware vga and sdl.Gerd Hoffmann
2010-05-24Virtio-net: Replace the hardcode 6 with defined ETN_ALENAmos Kong
2010-05-24Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-05-24Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori
2010-05-24microblaze: Handle new elf mach nr for sysemu.Edgar E. Iglesias
2010-05-22lsi: Fix value overflow in request tag processingJan Kiszka
2010-05-22sparc32 protect read-only bits in DMA CSR registersArtyom Tarasenko
2010-05-22vmstate: fix breakage by 7e72abc382b700a72549e8147bdea413534eeedcTeLeMan
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-22Compile dma only onceBlue Swirl
2010-05-22pckbd: improve debuggingBlue Swirl
2010-05-22Compile pckbd only onceBlue Swirl
2010-05-21axisdev88: Fix passing of kernel cmdline.Edgar E. Iglesias
2010-05-21arm_timer: fix oneshot modeRabin Vincent
2010-05-21arm_timer: reload timer when enabledRabin Vincent
2010-05-21pflash_cfi01: add device ID read commandMichael Walle
2010-05-21virtio-blk: fix barrier supportChristoph Hellwig
2010-05-21virtio-blk: Avoid zeroing every request structureStefan Hajnoczi
2010-05-20pc: fix segfault introduced by 3d53f5c36ff6Eduard - Gabriel Munteanu
2010-05-19Revert "monitor: Convert do_pci_device_hot_remove() to QObject"Markus Armbruster
2010-05-19Revert "PCI: Convert pci_device_hot_add() to QObject"Markus Armbruster
2010-05-18target-ppc: remove dead codeThomas Monjalon
2010-05-18target-s390: add firmware codeAlexander Graf
2010-05-17Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-05-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-05-17ide: Fix ide_dma_cancelKevin Wolf
2010-05-15Update to a hopefully more future proof FSF addressBlue Swirl
2010-05-15Trim unnecessary includesBlue Swirl
2010-05-15mc146818rtc: remove #ifdef DEBUG_CMOS.Isaku Yamahata
2010-05-15apm: remove #ifdef DEBUG.Isaku Yamahata
2010-05-15acpi_piix4: remove #ifdef DEBUG.Isaku Yamahata
2010-05-15pm_smbus: remove #ifdef DEBUG.Isaku Yamahata
2010-05-15pci hotadd, acpi_piix4: remove global variablesIsaku Yamahata
2010-05-15pci hotplug: add argument to pci hot plug callback.Isaku Yamahata
2010-05-15acpi_piix4: qdevfy.Isaku Yamahata
2010-05-15rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata
2010-05-15pc: move rtc declarations from pc.h into a dedicated header file.Isaku Yamahata
2010-05-15pc: split out piix specific part from pc.c into pc_piix.cIsaku Yamahata
2010-05-15pc: split out pci device init from pc_init1() into pc_pci_device_init()Isaku Yamahata
2010-05-15pc: split out basic device init from pc_init1() into pc_basic_device_init()Isaku Yamahata
2010-05-15pc: split out vga initialization from pc_init1() into pc_vga_init().Isaku Yamahata
2010-05-15pc: split out memory allocation from pc_init1() into pc_memory_init()Isaku Yamahata
2010-05-15pc: split out cpu initialization from pc_init1() into pc_cpus_init().Isaku Yamahata
2010-05-15pc: make pc_init1() not refer ferr_irq directly.Isaku Yamahata