index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/timer: QOM'ify pxa2xx_timer
xiaoqiang.zhao
2019-11-29
1
-15
/
+21
*
hw/timer: QOM'ify pl031
xiaoqiang.zhao
2019-11-29
1
-6
/
+5
*
hw/timer: QOM'ify exynos4210_rtc
xiaoqiang.zhao
2019-11-29
1
-7
/
+5
*
hw/timer: QOM'ify exynos4210_pwm
xiaoqiang.zhao
2019-11-29
1
-7
/
+5
*
hw/timer: QOM'ify exynos4210_mct
xiaoqiang.zhao
2019-11-29
1
-7
/
+5
*
hw/timer: QOM'ify arm_timer (pass 2)
xiaoqiang.zhao
2019-11-29
1
-1
/
+1
*
hw/timer: QOM'ify arm_timer (pass 1)
xiaoqiang.zhao
2019-11-29
1
-21
/
+19
*
hw/sd: use guest error logging rather than fprintf to stderr
Andrew Baumann
2019-11-29
1
-9
/
+12
*
hw/sd: model a power-up delay, as a workaround for an EDK2 bug
Andrew Baumann
2019-11-29
1
-5
/
+76
*
hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibility
Andrew Baumann
2019-11-29
1
-0
/
+37
*
hw/sd/pxa2xx_mmci: Add reset function
Peter Maydell
2019-11-29
1
-0
/
+30
*
hw/sd/pxa2xx_mmci: Convert to VMStateDescription
Peter Maydell
2019-11-29
1
-92
/
+64
*
hw/sd/pxa2xx_mmci: Update to use new SDBus APIs
Peter Maydell
2019-11-29
1
-14
/
+66
*
hw/sd/pxa2xx_mmci: convert to SysBusDevice object
Peter Maydell
2019-11-29
1
-16
/
+54
*
sdhci_sysbus: Create SD card device in users, not the device itself
Peter Maydell
2019-11-29
4
-26
/
+45
*
hw/sd/sdhci.c: Update to use SDBus APIs
Peter Maydell
2019-11-29
1
-29
/
+68
*
hw/sd: Add QOM bus which SD cards plug in to
Peter Maydell
2019-11-29
3
-5
/
+190
*
hw/sd/sd.c: Convert sd_reset() function into Device reset method
Peter Maydell
2019-11-29
1
-5
/
+5
*
hw/sd/sd.c: QOMify
Peter Maydell
2019-11-29
1
-22
/
+77
*
hw/sd/sdhci.c: Remove x-drive property
Peter Maydell
2019-11-29
1
-6
/
+0
*
ARM: PL061: Cleaning field of PL061 device state
Wei Huang
2019-11-29
1
-4
/
+2
*
ARM: PL061: Clear PL061 device state after reset
Wei Huang
2019-11-29
1
-4
/
+27
*
vhost-user interrupt management fixes
Victor Kaplansky
2019-11-29
4
-8
/
+31
*
hw/ppc/spapr: Halt CPU when powering off via RTAS call
Thomas Huth
2019-11-29
1
-0
/
+1
*
pseries: Include missing pseries-2.5 compat properties in pseries-2.4
David Gibson
2019-11-29
1
-0
/
+1
*
cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commands
Hervé Poussineau
2019-11-29
1
-23
/
+0
*
cuda: remove GET_6805_ADDR command
Hervé Poussineau
2019-11-29
1
-3
/
+0
*
cuda: port SET_TIME command to new framework
Hervé Poussineau
2019-11-29
1
-6
/
+18
*
cuda: port GET_TIME command to new framework
Hervé Poussineau
2019-11-29
1
-8
/
+21
*
cuda: port SET_POWER_MESSAGES command to new framework
Hervé Poussineau
2019-11-29
1
-3
/
+16
*
cuda: port FILE_SERVER_FLAG command to new framework
Hervé Poussineau
2019-11-29
1
-1
/
+16
*
cuda: port RESET_SYSTEM command to new framework
Hervé Poussineau
2019-11-29
1
-4
/
+13
*
cuda: port POWERDOWN command to new framework
Hervé Poussineau
2019-11-29
1
-4
/
+13
*
cuda: port SET_DEVICE_LIST command to new framework
Hervé Poussineau
2019-11-29
3
-10
/
+27
*
cuda: port SET_AUTO_RATE command to new framework
Hervé Poussineau
2019-11-29
2
-6
/
+31
*
cuda: port AUTOPOLL command to new framework
Hervé Poussineau
2019-11-29
1
-15
/
+25
*
cuda: move unknown commands reject out of switch
Hervé Poussineau
2019-11-29
1
-14
/
+16
*
cuda: add a framework to handle commands
Hervé Poussineau
2019-11-29
1
-0
/
+34
*
hw/ppc/spapr: Implement the h_set_xdabr hypercall
Thomas Huth
2019-11-29
1
-0
/
+22
*
hw/ppc/spapr: Implement h_set_dabr
Thomas Huth
2019-11-29
1
-5
/
+20
*
hw/ppc/spapr: Add h_set_sprg0 hypercall
Thomas Huth
2019-11-29
1
-2
/
+13
*
migration: ensure htab_save_first completes after timeout
David Gibson
2019-11-29
1
-1
/
+6
*
target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVM
David Gibson
2019-11-29
1
-7
/
+0
*
pseries: Move hash page table allocation to reset time
David Gibson
2019-11-29
1
-74
/
+56
*
pseries: Add helper to calculate recommended hash page table size
David Gibson
2019-11-29
1
-10
/
+14
*
pseries: Simplify handling of the hash page table fd
David Gibson
2019-11-29
1
-45
/
+41
*
hw: fix some debug message format strings
Alyssa Milburn
2019-11-29
2
-4
/
+6
*
ipmi: sensor number should not exceed MAX_SENSORS
Cédric Le Goater
2019-11-29
1
-8
/
+8
*
mptsas: fix wrong formula
Paolo Bonzini
2019-11-29
1
-1
/
+1
*
mptsas: fix memory leak
Paolo Bonzini
2019-11-29
1
-0
/
+1
[next]