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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-30
spapr_numa.c: handle auto NUMA node with no distance info
Daniel Henrique Barboza
1
-0
/
+11
2021-09-30
spapr_numa.c: FORM2 NUMA affinity support
Daniel Henrique Barboza
4
-0
/
+164
2021-09-30
spapr: move FORM1 verifications to post CAS
Daniel Henrique Barboza
4
-39
/
+54
2021-09-30
spapr_numa.c: rename numa_assoc_array to FORM1_assoc_array
Daniel Henrique Barboza
3
-14
/
+27
2021-09-30
spapr_numa.c: parametrize FORM1 macros
Daniel Henrique Barboza
2
-35
/
+67
2021-09-30
spapr_numa.c: scrap 'legacy_numa' concept
Daniel Henrique Barboza
1
-27
/
+20
2021-09-30
spapr_numa.c: split FORM1 code into helpers
Daniel Henrique Barboza
1
-10
/
+25
2021-09-30
target/ppc: Check privilege level based on PSR and LPCR[HR] in tlbie[l]
Matheus Ferst
1
-5
/
+21
2021-09-30
target/ppc: add LPCR[HR] to DisasContext and hflags
Matheus Ferst
3
-0
/
+6
2021-09-30
target/ppc: Replace debug messages by asserts for unknown IRQ pins
Cédric Le Goater
1
-18
/
+6
2021-09-30
target/ppc: Convert debug to trace events (exceptions)
Cédric Le Goater
2
-28
/
+18
2021-09-30
memory_hotplug.c: send DEVICE_UNPLUG_GUEST_ERROR in acpi_memory_hotplug_write()
Daniel Henrique Barboza
1
-0
/
+9
2021-09-30
spapr: use DEVICE_UNPLUG_GUEST_ERROR to report unplug errors
Daniel Henrique Barboza
2
-5
/
+14
2021-09-30
qapi/qdev.json: add DEVICE_UNPLUG_GUEST_ERROR QAPI event
Daniel Henrique Barboza
4
-2
/
+49
2021-09-29
qapi/qdev.json: fix DEVICE_DELETED parameters doc
Daniel Henrique Barboza
1
-2
/
+2
2021-09-29
spapr_drc.c: do not error_report() when drc->dev->id == NULL
Daniel Henrique Barboza
1
-2
/
+5
2021-09-29
spapr.c: handle dev->id in spapr_memory_unplug_rollback()
Daniel Henrique Barboza
1
-1
/
+1
2021-09-29
memory_hotplug.c: handle dev->id = NULL in acpi_memory_hotplug_write()
Daniel Henrique Barboza
1
-1
/
+1
2021-09-29
target/ppc: fix setting of CR flags in bcdcfsq
Luis Pires
1
-13
/
+48
2021-09-29
ppc/pnv: Add an assert when calculating the RAM distribution on chips
Cédric Le Goater
1
-0
/
+2
2021-09-29
docs/system: ppc: Update the URL for OpenPOWER firmware images
Cédric Le Goater
1
-2
/
+1
2021-09-29
ppc/pnv: Rename "id" to "quad-id" in PnvQuad
Cédric Le Goater
3
-5
/
+5
2021-09-29
ppc/xive: Export xive_tctx_word2() helper
Cédric Le Goater
2
-5
/
+5
2021-09-29
ppc/xive: Export priority_to_ipb() helper
Cédric Le Goater
2
-15
/
+17
2021-09-29
ppc/pnv: Remove useless variable
Cédric Le Goater
1
-4
/
+3
2021-09-29
ppc/pnv: Add a comment on the "primary-topology-index" property
Cédric Le Goater
1
-0
/
+4
2021-09-29
ppc/spapr: Add a POWER10 DD2 CPU
Cédric Le Goater
1
-0
/
+1
2021-09-29
i386/kvm: Replace abs64() with uabs64() from host-utils
Luis Pires
1
-6
/
+1
2021-09-29
host-utils: introduce uabs64()
Luis Pires
1
-0
/
+8
2021-09-29
host-utils: fix missing zero-extension in divs128
Luis Pires
1
-1
/
+1
2021-09-29
host-utils: Fix overflow detection in divu128()
Luis Pires
1
-1
/
+1
2021-09-28
Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...
Peter Maydell
16
-6
/
+4214
2021-09-27
Merge remote-tracking branch 'remotes/philmd/tags/integration-testing-2021092...
Peter Maydell
14
-98
/
+409
2021-09-27
tests/acceptance: Test powernv machines
Cédric Le Goater
1
-0
/
+35
2021-09-27
tests/acceptance/ppc_prep_40p.py: clean up unused import
Cleber Rosa
1
-1
/
+0
2021-09-27
tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location update
Cleber Rosa
1
-2
/
+2
2021-09-27
tests/acceptance/boot_xen.py: removed unused import
Cleber Rosa
1
-1
/
+0
2021-09-27
acceptance/tests/vnc.py: use explicit syntax for enabling passwords
Cleber Rosa
1
-1
/
+1
2021-09-27
Acceptance Tests: improve check-acceptance description
Cleber Rosa
1
-1
/
+1
2021-09-27
qemu: Split machine_ppc.py acceptance tests
David Gibson
5
-70
/
+104
2021-09-27
tests/Makefile: add AVOCADO_TESTS option to make check-acceptance
Willian Rampazzo
2
-1
/
+31
2021-09-27
docs/devel/testing: add instruction to run a single acceptance test
Willian Rampazzo
1
-0
/
+28
2021-09-27
tests/Makefile: allow control over tags during check-acceptance
Willian Rampazzo
2
-3
/
+23
2021-09-27
avocado_qemu: fix inheritance order on LinuxTest class
Willian Rampazzo
1
-1
/
+1
2021-09-27
avocado_qemu: explicitly return None to avoid R1710
Willian Rampazzo
1
-0
/
+1
2021-09-27
avocado_qemu: tweak ssh connect method
Willian Rampazzo
1
-2
/
+2
2021-09-27
avocado_qemu: fix import module based on isort
Willian Rampazzo
1
-13
/
+5
2021-09-27
avocado_qemu: standardize super() call following PEP3135
Willian Rampazzo
1
-2
/
+2
2021-09-27
Acceptance Tests: add standard clean up at test tearDown()
Cleber Rosa
1
-0
/
+1
2021-09-27
Acceptance tests: add myself as a reviewer for the acceptance tests
Willian Rampazzo
1
-0
/
+1
[next]