index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-04
hw/hppa/Kconfig: LASI chipset requires PARALLEL port
Philippe Mathieu-Daudé
1
-0
/
+1
2020-02-04
hw/input: Do not enable CONFIG_PCKBD by default
Thomas Huth
2
-1
/
+1
2020-02-04
hw/*/Makefile.objs: Move many .o files to common-objs
Thomas Huth
16
-41
/
+40
2020-02-04
trivial: Remove xenfb_enabled from sysemu.h
Thomas Huth
1
-1
/
+1
2020-02-03
ppc: spapr: Activate the FWNMI functionality
Aravinda Prasad
1
-1
/
+2
2020-02-03
migration: Include migration support for machine check handling
Aravinda Prasad
3
-1
/
+64
2020-02-03
ppc: spapr: Handle "ibm,nmi-register" and "ibm,nmi-interlock" RTAS calls
Aravinda Prasad
2
-0
/
+69
2020-02-03
target/ppc: Build rtas error log upon an MCE
Aravinda Prasad
2
-1
/
+245
2020-02-03
target/ppc: Handle NMI guest exit
Aravinda Prasad
2
-0
/
+45
2020-02-03
ppc: spapr: Introduce FWNMI capability
Aravinda Prasad
2
-0
/
+20
2020-02-03
spapr: Enable DD2.3 accelerated count cache flush in pseries-5.0 machine
David Gibson
2
-5
/
+21
2020-02-02
ppc/pnv: change the PowerNV machine devices to be non user creatable
Cédric Le Goater
8
-1
/
+12
2020-02-02
ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridge
Cédric Le Goater
6
-3
/
+1982
2020-02-02
ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge
Benjamin Herrenschmidt
5
-0
/
+2141
2020-02-02
hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config
Stefan Berger
1
-1
/
+1
2020-02-02
tpm_spapr: Support suspend and resume
Stefan Berger
2
-1
/
+53
2020-02-02
tpm_spapr: Support TPM for ppc64 using CRQ based interface
Stefan Berger
4
-0
/
+398
2020-02-02
spapr: Implement get_dt_compatible() callback
Stefan Berger
1
-2
/
+9
2020-02-02
tpm: Move tpm_tis_show_buffer to tpm_util.c
Stefan Berger
4
-29
/
+33
2020-02-02
ppc/pnv: Add support for "hostboot" mode
Cédric Le Goater
3
-2
/
+34
2020-02-02
ppc/pnv: remove useless "core-pir" property alias.
Cédric Le Goater
1
-15
/
+13
2020-02-02
spapr: Don't allow multiple active vCPUs at CAS
Greg Kurz
1
-0
/
+12
2020-02-02
spapr: Fail CAS if option vector table cannot be parsed
Greg Kurz
1
-0
/
+8
2020-02-02
hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOS
Thomas Huth
2
-401
/
+1
2020-02-02
ppc:virtex_ml507: remove unused arguments
Igor Mammedov
1
-5
/
+2
2020-02-02
ppc/pnv: improve error logging when a PNOR update fails
Cédric Le Goater
1
-1
/
+2
2020-02-02
ppc/pnv: use QEMU unit definition MiB
Cédric Le Goater
1
-1
/
+2
2020-01-30
hw/display/qxl.c: Use trace_event_get_state_backends()
Peter Maydell
1
-1
/
+1
2020-01-30
target/arm/cpu: Add the kvm-no-adjvtime CPU property
Andrew Jones
1
-0
/
+8
2020-01-30
hw/arm/virt: Add missing 5.0 options call to 4.2 options
Andrew Jones
1
-0
/
+1
2020-01-30
hw/intc/arm_gicv3_kvm: Stop wrongly programming GICR_PENDBASER.PTZ bit
Zenghui Yu
1
-7
/
+4
2020-01-30
hw/s390x/ipl: replace deprecated qdev_reset_all registration
Damien Hedde
1
-1
/
+9
2020-01-30
hw/core: deprecate old reset functions and introduce new ones
Damien Hedde
3
-0
/
+15
2020-01-30
hw/core/qdev: update hotplug reset regarding resettable
Damien Hedde
1
-1
/
+14
2020-01-30
hw/core/qdev: handle parent bus change regarding resettable
Damien Hedde
1
-5
/
+11
2020-01-30
hw/core/resettable: add support for changing parent
Damien Hedde
2
-2
/
+61
2020-01-30
hw/core: add Resettable support to BusClass and DeviceClass
Damien Hedde
2
-0
/
+190
2020-01-30
hw/core: create Resettable QOM interface
Damien Hedde
3
-0
/
+256
2020-01-30
hw/core/qdev: add trace events to help with resettable transition
Damien Hedde
2
-3
/
+35
2020-01-30
add device_legacy_reset function to prepare for reset api change
Damien Hedde
14
-20
/
+20
2020-01-30
hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'
Philippe Mathieu-Daudé
1
-2
/
+0
2020-01-30
misc/pca9552: Add qom set and get
Joel Stanley
1
-0
/
+90
2020-01-30
hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0
Cédric Le Goater
1
-5
/
+39
2020-01-30
ftgmac100: check RX and TX buffer alignment
Cédric Le Goater
1
-0
/
+13
2020-01-30
hw/arm: ast2600: Wire up the eMMC controller
Andrew Jeffery
2
-12
/
+43
2020-01-30
hw/sd: Configure number of slots exposed by the ASPEED SDHCI model
Andrew Jeffery
4
-3
/
+14
2020-01-30
hw/core/or-irq: Fix incorrect assert forbidding num-lines == MAX_OR_LINES
Peter Maydell
1
-1
/
+1
2020-01-30
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jan-29-2020' ...
Peter Maydell
38
-69
/
+75
2020-01-30
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-01-29-1...
Peter Maydell
1
-1
/
+2
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
38
-69
/
+75
[next]