aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-07ipmi: rework the fwinfo to be fetched from the interfaceCorey Minyard4-112/+109
2016-06-07tests: acpi: update tables with consolidated legacy cpu-hotplug AMLIgor Mammedov4-0/+0
2016-06-07pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idxIgor Mammedov2-11/+14
2016-06-07pc: acpi: simplify build_legacy_cpu_hotplug_aml() signatureIgor Mammedov3-8/+5
2016-06-07pc: acpi: consolidate legacy CPU hotplug in one fileIgor Mammedov3-250/+233
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov6-19/+21
2016-06-07pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_tab...Igor Mammedov2-7/+7
2016-06-07pc: acpi: consolidate \GPE._E02 with the rest of CPU hotplug AMLIgor Mammedov2-4/+4
2016-06-07pc: acpi: consolidate CPU hotplug AMLIgor Mammedov3-113/+106
2016-06-07pc: acpi: remove AML for empty/not used GPE handlersIgor Mammedov1-17/+0
2016-06-07acpi: add aml_refof()Igor Mammedov2-0/+9
2016-06-07acpi: add aml_debug()Igor Mammedov2-0/+10
2016-06-07tests: acpi: report names of expected files in verbose modeIgor Mammedov1-5/+13
2016-06-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160606-...Peter Maydell41-213/+1125
2016-06-06zynqmp: Add the ZCU102 boardAlistair Francis1-0/+8
2016-06-06target-arm: Fix TTBR selecting logic on AArch32 Stage 2 translationSergey Sorokin1-16/+22
2016-06-06char: get rid of qemu_char_get_next_serialxiaoqiang zhao2-17/+0
2016-06-06hw/char: QOM'ify xilinx_uartlite modelxiaoqiang zhao3-6/+44
2016-06-06hw/char: QOM'ify stm32f2xx_usart modelxiaoqiang zhao2-4/+12
2016-06-06hw/char: QOM'ify digic-uart modelxiaoqiang zhao2-4/+8
2016-06-06hw/char: QOM'ify cadence_uart modelxiaoqiang zhao4-8/+28
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao10-35/+86
2016-06-06hw/ptimer: Introduce ptimer_get_limitDmitry Osipenko2-0/+6
2016-06-06hw/ptimer: Support "on the fly" timer mode switchDmitry Osipenko1-6/+7
2016-06-06hw/ptimer: Update .delta on period/freq changeDmitry Osipenko1-0/+2
2016-06-06hw/ptimer: Perform counter wrap around if timer already expiredDmitry Osipenko1-6/+13
2016-06-06hw/ptimer: Fix issues caused by the adjusted timer limit valueDmitry Osipenko1-20/+31
2016-06-06xlnx-zynqmp: Use the in kernel GIC model for KVM runsEdgar E. Iglesias1-1/+3
2016-06-06xlnx-zynqmp: Delay realization of GIC until post CPU realizationEdgar E. Iglesias1-25/+31
2016-06-06xlnx-zynqmp: Make the RPU subsystem optionalEdgar E. Iglesias2-24/+40
2016-06-06xlnx-zynqmp: Add a secure prop to en/disable ARM Security ExtensionsEdgar E. Iglesias2-0/+6
2016-06-06hw/arm/virt: Reject gic-version=host for non-KVMCole Robinson1-1/+5
2016-06-06i2c: add aspeed i2c controllerCédric Le Goater5-0/+521
2016-06-06hw/intc/gic: RAZ/WI non-sec access to sec interruptsJens Wiklander1-6/+62
2016-06-06hw/arm/virt: fix limit of 64-bit ACPI/ECAM PCI MMIO rangeArd Biesheuvel1-1/+2
2016-06-06target-arm: Don't try to set ESR IL bit in arm_cpu_do_interrupt_aarch64()Peter Maydell1-3/+0
2016-06-06target-arm: Set IL bit in syndromes for insn abort, watchpoint, swstepPeter Maydell1-3/+3
2016-06-06target-arm: A64: Create Instruction Syndromes for Data AbortsEdgar E. Iglesias5-30/+180
2016-06-06target-arm: Add the HSTR_EL2 registerAlistair Francis2-0/+8
2016-06-06Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell19-114/+131
2016-06-06Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160606-1' into s...Peter Maydell5-46/+252
2016-06-06scsi-disk: fix reads from scsi-disk devicesMark Cave-Ayland1-1/+1
2016-06-06Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20160606-1' into...Peter Maydell5-40/+45
2016-06-06Merge remote-tracking branch 'remotes/rth/tags/pull-tgt-20160605' into stagingPeter Maydell15-15/+30
2016-06-06gdbstub: avoid busy loop while waiting for gdbPeter Wu1-5/+7
2016-06-069p: switch back to readdir()Greg Kurz9-55/+42
2016-06-069p: add locking to V9fsDirGreg Kurz2-0/+37
2016-06-069p: introduce the V9fsDir typeGreg Kurz5-35/+39
2016-06-069p: drop useless out: labelGreg Kurz1-4/+4
2016-06-069p: drop useless inclusion of hw/i386/pc.hGreg Kurz2-2/+0