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-21
target/arm: Test correct register in aa32_pan and aa32_ats1e1 checks
Peter Maydell
1
-4
/
+4
2020-02-21
target/arm: Define an aa32_pmu_8_1 isar feature test function
Peter Maydell
1
-1
/
+1
2020-02-21
z2: Make providing flash images non-mandatory
Guenter Roeck
1
-6
/
+0
2020-02-21
mainstone: Make providing flash images non-mandatory
Guenter Roeck
1
-10
/
+1
2020-02-21
hw/misc/iotkit-secctl: Fix writing to 'PPC Interrupt Clear' register
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-21
aspeed/scu: Implement chip ID register
Joel Stanley
1
-0
/
+13
2020-02-21
aspeed/scu: Create separate write callbacks
Joel Stanley
1
-23
/
+57
2020-02-21
hw/ppc/virtex_ml507:fix leak of fdevice tree blob
Chen Qun
1
-0
/
+1
2020-02-21
spapr: Fix handling of unplugged devices during CAS and migration
Greg Kurz
1
-2
/
+23
2020-02-21
spapr: Don't use spapr_drc_needed() in CAS code
Greg Kurz
2
-11
/
+23
2020-02-21
ppc: free 'fdt' after reset the machine
Pan Nengyuan
2
-0
/
+3
2020-02-21
spapr: Allow changing offset for -kernel image
Alexey Kardashevskiy
1
-7
/
+31
2020-02-21
pnv/phb3: Add missing break statement
Greg Kurz
1
-0
/
+1
2020-02-21
pnv/phb4: Fix error path in pnv_pec_realize()
Greg Kurz
1
-1
/
+1
2020-02-21
pnv/phb3: Convert 1u to 1ull
Greg Kurz
1
-1
/
+1
2020-02-21
spapr: Add Hcalls to support PAPR NVDIMM device
Shivaprasad G Bhat
1
-0
/
+298
2020-02-21
spapr: Add NVDIMM device support
Shivaprasad G Bhat
6
-11
/
+262
2020-02-21
nvdimm: add uuid property to nvdimm
Shivaprasad G Bhat
1
-0
/
+40
2020-02-21
mem: move nvdimm_device_list to utilities
Shivaprasad G Bhat
1
-27
/
+1
2020-02-21
ppc: function to setup latest class options
Michael S. Tsirkin
1
-2
/
+7
2020-02-21
ppc/pnv: Fix PCI_EXPRESS dependency
Laurent Vivier
1
-2
/
+2
2020-02-21
spapr/rtas: Print message from "ibm,os-term"
Alexey Kardashevskiy
1
-0
/
+7
2020-02-20
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
10
-14
/
+18
2020-02-20
Avoid cpu_physical_memory_rw() with a constant is_write argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
12
-18
/
+21
2020-02-20
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
6
-64
/
+64
2020-02-20
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
3
-20
/
+22
2020-02-20
hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-4
/
+4
2020-02-20
hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-3
/
+4
2020-02-20
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
5
-7
/
+7
2020-02-20
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
3
-25
/
+18
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
6
-35
/
+30
2020-02-20
hw/net: Avoid casting non-const pointer, use address_space_write()
Philippe Mathieu-Daudé
2
-4
/
+3
2020-02-20
hw: Remove unnecessary cast when calling dma_memory_read()
Philippe Mathieu-Daudé
3
-18
/
+10
2020-02-19
remove no longer used memory_region_allocate_system_memory()
Igor Mammedov
1
-34
/
+0
2020-02-19
sparc/niagara: use memdev for RAM
Igor Mammedov
1
-5
/
+2
2020-02-19
sparc/sun4m: use memdev for RAM
Igor Mammedov
1
-37
/
+37
2020-02-19
sparc/leon3: use memdev for RAM
Igor Mammedov
1
-3
/
+3
2020-02-19
ppc/virtex_ml507: use memdev for RAM
Igor Mammedov
1
-7
/
+5
2020-02-19
ppc/spapr: use memdev for RAM
Igor Mammedov
1
-5
/
+3
2020-02-19
ppc/{ppc440_bamboo, sam460ex}: use memdev for RAM
Igor Mammedov
3
-19
/
+16
2020-02-19
ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixup
Igor Mammedov
3
-38
/
+38
2020-02-19
ppc/ppc405_boards: use memdev for RAM
Igor Mammedov
1
-7
/
+6
2020-02-19
ppc/ppc405_boards: add RAM size checks
Igor Mammedov
1
-13
/
+26
2020-02-19
ppc/pnv: use memdev for RAM
Igor Mammedov
1
-6
/
+2
2020-02-19
ppc/mac_oldworld: use memdev for RAM
Igor Mammedov
1
-4
/
+2
2020-02-19
ppc/mac_newworld: use memdev for RAM
Igor Mammedov
1
-3
/
+3
2020-02-19
ppc/e500: use memdev for RAM
Igor Mammedov
3
-4
/
+3
2020-02-19
ppc/e500: drop RAM size fixup
Igor Mammedov
1
-7
/
+9
2020-02-19
mips/mips_r4k: use memdev for RAM
Igor Mammedov
1
-8
/
+4
[prev]
[next]