summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-07-29Merge branch 'trivial-patches' of git://git.corpit.ru/qemuAurelien Jarno8-21/+24
2013-07-29mips_malta: fix copy of the 0x1fc00000 regionAurelien Jarno1-2/+2
2013-07-29hw/mips: align initrd to 64KB to avoid kernel errorJames Hogan4-4/+4
2013-07-28pflash_cfi01: duplicate status byte from bits 23:16 for 32bit readsPaul Burton1-0/+3
2013-07-28mips_malta: generate SMBUS EEPROM dataPaul Burton1-46/+87
2013-07-28mips_malta: cap BIOS endian swap length at 0x3e0000 bytesPaul Burton1-1/+1
2013-07-28mips_malta: generate SPD EEPROM data at runtimePaul Burton1-3/+57
2013-07-28mips_malta: correct reading MIPS revision at 0x1fc00010Paul Burton1-8/+17
2013-07-28mips_malta: fix BIOS endianness swappingPaul Burton1-2/+5
2013-07-28mips_malta: QOM cast cleanupAndreas Färber1-4/+8
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil3-13/+13
2013-07-27misc: Fix new typos in comments and stringsStefan Weil2-3/+4
2013-07-27PPC: dbdma: macio: Fix format specifiers (build regression)Stefan Weil1-4/+5
2013-07-27watchdog: Remove break after exitStefan Weil1-1/+0
2013-07-27hw/9pfs: Fix potential memory leak and avoid reuse of freed memoryStefan Weil1-0/+2
2013-07-26sun4m: add display width and height to the firmware configurationMark Cave-Ayland1-0/+4
2013-07-26Merge remote-tracking branch 'jliu/or32' into stagingAnthony Liguori1-3/+3
2013-07-25pc-testdev: add I/O port to test memory.c auto split/combinePaolo Bonzini1-0/+15
2013-07-25sparc64: unbreakPaolo Bonzini1-19/+28
2013-07-25sh4: unbreak r2dPaolo Bonzini1-14/+25
2013-07-25mips: degrade BIOS error to warningPaolo Bonzini4-8/+4
2013-07-25pc-testdev: remove useless cpu_to_le64/le64_to_cpuPaolo Bonzini1-2/+0
2013-07-25pc-testdev: support 8 and 16-bit accesses to 0xe0Paolo Bonzini1-2/+9
2013-07-25isa_mmio: deletePaolo Bonzini2-82/+0
2013-07-25ebus: do not use isa_mmioPaolo Bonzini1-2/+4
2013-07-25sparc64: remove indirection for I/O port accessPaolo Bonzini1-52/+2
2013-07-25mips_fulong2e: do not use isa_mmioPaolo Bonzini1-15/+10
2013-07-25mipssim: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25ppc440_bamboo: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25mips_malta: do not use isa_mmioPaolo Bonzini1-1/+2
2013-07-25mips_r4k: do not use isa_mmioPaolo Bonzini1-1/+5
2013-07-25mips_jazz: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25prep: fix I/O port endiannessPaolo Bonzini1-1/+1
2013-07-25spapr_pci: remove indirection for I/O port accessAlexey Kardashevskiy1-39/+2
2013-07-25ppc_newworld: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25ppc_oldworld: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25sh4: do not use isa_mmioPaolo Bonzini1-1/+2
2013-07-23Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori3-44/+52
2013-07-23hw/openrisc: Use stderr output instead of qemu_logJia Liu1-2/+2
2013-07-23hw/openrisc: Indent typoJia Liu1-1/+1
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber1-35/+37
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber3-9/+15
2013-07-23isa-bus: Drop isabus_bridge_init() since it does nothingHu Tao1-8/+0
2013-07-23ioapic: Use QOM realize for ioapicHu Tao1-7/+5
2013-07-23kvmvapic: Use QOM realizeHu Tao1-7/+5
2013-07-23kvm/clock: Use QOM realize for kvmclockHu Tao1-4/+2
2013-07-23hpet: Use QOM realize for hpetHu Tao1-13/+19
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber9-16/+53
2013-07-23megasas: Legacy command line handling fixAndreas Färber1-1/+4
2013-07-23scsi/esp: Use QOM realize for scsi espHu Tao1-8/+11