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
2017-09-04
apb: add busA qdev property to PBM PCI bridge
Mark Cave-Ayland
1
-7
/
+37
2017-09-04
apb: fix endianness for APB and PCI config accesses
Mark Cave-Ayland
1
-4
/
+2
2017-09-04
apb: fix up PCI bus nomenclature
Mark Cave-Ayland
2
-11
/
+9
2017-09-04
sun4u: expose fw_cfg and NVRAM on ebus PCI IO address space
Mark Cave-Ayland
1
-5
/
+4
2017-09-04
sun4u: switch to using qdev to instantiate fw_cfg interface
Mark Cave-Ayland
1
-1
/
+9
2017-09-04
sun4u: pass PCIDevice into pci_ebus_init() instead of PCIBus
Mark Cave-Ayland
1
-4
/
+4
2017-09-04
arm_gicv3_kvm: Fix compile warning
Pranith Kumar
1
-1
/
+1
2017-09-04
hw/arm/digic: Mark device with user_creatable = false
Thomas Huth
1
-0
/
+2
2017-09-04
hw/arm/aspeed_soc: Mark devices as user_creatable = false
Thomas Huth
1
-0
/
+2
2017-09-04
aspeed_soc: Propagate silicon-rev to watchdog
Andrew Jeffery
1
-0
/
+2
2017-09-04
watchdog: wdt_aspeed: Add support for the reset width register
Andrew Jeffery
1
-11
/
+82
2017-09-04
target/arm/kvm: pmu: improve error handling
Andrew Jones
1
-6
/
+3
2017-09-04
hw/arm/virt: allow pmu instantiation with userspace irqchip
Andrew Jones
1
-1
/
+2
2017-09-04
target/arm/kvm: pmu: split init and set-irq stages
Andrew Jones
1
-2
/
+9
2017-09-04
hw/arm/virt: add pmu interrupt state
Andrew Jones
1
-0
/
+3
2017-09-04
hw/arm: use defined type name instead of hard-coded string
Philippe Mathieu-Daudé
6
-18
/
+27
2017-09-04
nvic: Implement "user accesses BusFault" SCS region behaviour
Peter Maydell
1
-17
/
+41
2017-09-04
armv7m_nvic.h: Move from include/hw/arm to include/hw/intc
Peter Maydell
1
-1
/
+1
2017-09-04
target/arm: Don't store M profile PRIMASK and FAULTMASK in daif
Peter Maydell
1
-2
/
+2
2017-09-04
hw/intc/armv7m_nvic.c: Remove out of date comment
Peter Maydell
1
-4
/
+0
2017-09-04
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...
Peter Maydell
4
-13
/
+16
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-5
/
+5
2017-09-04
qapi: Convert indirect uses of FOO_lookup[...] to qapi_enum_lookup()
Markus Armbruster
1
-2
/
+5
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
3
-6
/
+6
2017-09-01
ppc: replace cpu_ppc_init() with cpu_generic_init()
Igor Mammedov
7
-8
/
+12
2017-09-01
unicore32: replace uc32_cpu_init() with cpu_generic_init()
Igor Mammedov
1
-1
/
+1
2017-09-01
openrisc: replace cpu_openrisc_init() with cpu_generic_init()
Igor Mammedov
1
-1
/
+1
2017-09-01
moxie: replace cpu_moxie_init() with cpu_generic_init()
Igor Mammedov
1
-1
/
+1
2017-09-01
lm32: replace cpu_lm32_init() with cpu_generic_init()
Igor Mammedov
2
-3
/
+3
2017-09-01
cris: replace cpu_cris_init() with cpu_generic_init()
Igor Mammedov
1
-1
/
+1
2017-09-01
arm: replace cpu_arm_init() with cpu_generic_init()
Igor Mammedov
5
-6
/
+6
2017-09-01
sh4: replace cpu_sh4_init() with cpu_generic_init()
Igor Mammedov
2
-2
/
+2
2017-09-01
tricore: replace cpu_tricore_init() with cpu_generic_init()
Igor Mammedov
1
-1
/
+1
2017-09-01
xtensa: replace cpu_xtensa_init() with cpu_generic_init()
Igor Mammedov
2
-2
/
+2
2017-09-01
nios2: replace cpu_nios2_init() with cpu_generic_init()
Igor Mammedov
1
-1
/
+1
2017-09-01
m68k: replace cpu_m68k_init() with cpu_generic_init()
Igor Mammedov
2
-2
/
+2
2017-09-01
alpha: replace cpu_alpha_init() with cpu_generic_init()
Igor Mammedov
1
-2
/
+6
2017-09-01
sparc: replace cpu_sparc_init() with cpu_generic_init()
Igor Mammedov
3
-3
/
+3
2017-08-31
Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...
Peter Maydell
12
-23
/
+21
2017-08-31
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-2
/
+2
2017-08-31
eepro100: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
1
-2
/
+1
2017-08-31
i386: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
1
-2
/
+1
2017-08-31
msix: use DIV_ROUND_UP
Marc-André Lureau
1
-2
/
+2
2017-08-31
usb-hub: use DIV_ROUND_UP
Marc-André Lureau
1
-4
/
+4
2017-08-31
q35: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
piix: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
virtio-serial: use DIV_ROUND_UP
Marc-André Lureau
1
-4
/
+4
2017-08-31
virtio-gpu: use DIV_ROUND_UP
Marc-André Lureau
1
-2
/
+2
2017-08-31
vga: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
pcspk: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-1
/
+1
[prev]
[next]