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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-03-01
ppc/xics: use the QOM interface under the sPAPR machine
Cédric Le Goater
2
-1
/
+19
2017-03-01
ppc/xics: introduce a XICSFabric QOM interface to handle ICSs
Cédric Le Goater
1
-0
/
+7
2017-03-01
ppc/xics: add an InterruptStatsProvider interface to ICS and ICP objects
Cédric Le Goater
1
-35
/
+41
2017-03-01
ppc/xics: store the ICS object under the sPAPR machine
Cédric Le Goater
5
-25
/
+25
2017-03-01
ppc/xics: remove set_nr_servers() handler from XICSStateClass
Cédric Le Goater
4
-109
/
+42
2017-03-01
ppc/xics: remove set_nr_irqs() handler from XICSStateClass
Cédric Le Goater
4
-122
/
+74
2017-03-01
xics: XICS should not be a SysBusDevice
David Gibson
2
-2
/
+3
2017-03-01
spapr/pci: populate PCI DT in reverse order
Greg Kurz
2
-6
/
+34
2017-03-01
target/ppc: Manage external HPT via virtual hypervisor
David Gibson
3
-4
/
+76
2017-03-01
target/ppc: Eliminate htab_base and htab_mask variables
David Gibson
1
-2
/
+2
2017-03-01
target/ppc: Cleanup HPTE accessors for 64-bit hash MMU
David Gibson
1
-18
/
+18
2017-03-01
target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()
David Gibson
1
-2
/
+1
2017-03-01
pseries: Minor cleanups to HPT management hypercalls
David Gibson
1
-30
/
+28
2017-03-01
sysemu: support up to 1024 vCPUs
Greg Kurz
1
-1
/
+1
2017-03-01
spapr: generate DT node names
Laurent Vivier
1
-14
/
+276
2017-03-01
tests: fix ptimer leaks
Marc-André Lureau
1
-0
/
+8
2017-02-28
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170228' into staging
Peter Maydell
6
-4
/
+114
2017-02-28
hw/block: Introduce share-rw qdev property
Kevin Wolf
1
-2
/
+4
2017-02-28
hw/block: Request permissions
Kevin Wolf
15
-23
/
+137
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
4
-4
/
+4
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-1
/
+6
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
4
-4
/
+8
2017-02-28
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
3
-8
/
+21
2017-02-28
bcm2835: add sdhost and gpio controllers
Clement Deschamps
1
-2
/
+41
2017-02-28
bcm2835_gpio: add bcm2835 gpio controller
Clement Deschamps
2
-0
/
+354
2017-02-28
hw/sd: add card-reparenting function
Clement Deschamps
1
-0
/
+27
2017-02-28
qdev: Have qdev_set_parent_bus() handle devices already on a bus
Peter Maydell
1
-0
/
+14
2017-02-28
hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registers
Vijaya Kumar K
1
-0
/
+60
2017-02-28
target-arm: Add GICv3CPUState in CPUARMState struct
Vijaya Kumar K
3
-0
/
+12
2017-02-28
hw/intc/arm_gicv3_kvm: Implement get/put functions
Vijaya Kumar K
2
-16
/
+558
2017-02-28
hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstate
Vijaya Kumar K
1
-0
/
+36
2017-02-28
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
5
-8
/
+30
2017-02-28
stm32f205: Rename 'nvic' local to 'armv7m'
Peter Maydell
1
-9
/
+9
2017-02-28
stm32f205: Create armv7m object without using armv7m_init()
Peter Maydell
2
-6
/
+17
2017-02-28
armv7m: Split systick out from NVIC
Peter Maydell
4
-126
/
+281
2017-02-28
armv7m: Don't put core v7M devices under CONFIG_STELLARIS
Peter Maydell
1
-1
/
+1
2017-02-28
armv7m: Make bitband device take the address space to access
Peter Maydell
1
-87
/
+79
2017-02-28
armv7m: Make NVIC expose a memory region rather than mapping itself
Peter Maydell
2
-6
/
+8
2017-02-28
armv7m: Make ARMv7M object take memory region link
Peter Maydell
1
-1
/
+22
2017-02-28
armv7m: Use QOMified armv7m object in armv7m_init()
Peter Maydell
1
-37
/
+12
2017-02-28
armv7m: QOMify the armv7m container
Peter Maydell
1
-12
/
+127
2017-02-28
armv7m: Move NVICState struct definition into header
Peter Maydell
1
-48
/
+1
2017-02-28
armv7m: Abstract out the "load kernel" code
Peter Maydell
1
-5
/
+18
2017-02-28
hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster ID
Krzysztof Kozlowski
1
-0
/
+12
2017-02-28
hw/arm/exynos: Fix Linux kernel division by zero for PLLs
Krzysztof Kozlowski
3
-1
/
+171
2017-02-28
bcm2835_sdhost: add bcm2835 sdhost controller
Clement Deschamps
2
-0
/
+430
2017-02-28
armv7m: Allow SHCSR writes to change pending and active bits
Peter Maydell
1
-2
/
+11
2017-02-28
armv7m: Check exception return consistency
Peter Maydell
1
-1
/
+11
2017-02-28
armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLE
Michael Davidsaver
1
-2
/
+6
2017-02-28
armv7m: Remove unused armv7m_nvic_acknowledge_irq() return value
Peter Maydell
1
-3
/
+1
[prev]
[next]