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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-02
migration: Enlarge postcopy recovery to capture !-EIO too
Peter Xu
2
-3
/
+3
2022-03-02
migration: Move static var in ram_block_from_stream() into global
Peter Xu
2
-5
/
+11
2022-03-02
migration: Add postcopy_thread_create()
Peter Xu
4
-18
/
+29
2022-03-02
migration: Dump ramblock and offset too when non-same-page detected
Peter Xu
1
-2
/
+6
2022-03-02
migration: Introduce postcopy channels on dest node
Peter Xu
4
-39
/
+114
2022-03-02
migration: Tracepoint change in postcopy-run bottom half
Peter Xu
2
-5
/
+10
2022-03-02
migration: Finer grained tracepoints for POSTCOPY_LISTEN
Peter Xu
2
-2
/
+9
2022-03-02
migration: Dump sub-cmd name in loadvm_process_command tp
Peter Xu
2
-2
/
+3
2022-03-02
migration/rdma: set the REUSEADDR option for destination
Jack Wang
1
-0
/
+7
2022-03-02
qapi/monitor: allow VNC display id in set/expire_password
Stefan Reiter
4
-65
/
+129
2022-03-02
qapi/monitor: refactor set/expire_password with enums
Stefan Reiter
3
-29
/
+73
2022-03-02
monitor/hmp: add support for flag argument with value
Stefan Reiter
2
-2
/
+20
2022-03-02
virtiofsd: Let meson check for statx.stx_mnt_id
Hanna Reitz
2
-1
/
+14
2022-03-02
clock-vmstate: Add missing END_OF_LIST
Dr. David Alan Gilbert
1
-0
/
+1
2022-03-02
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220302' into s...
Peter Maydell
51
-948
/
+7737
2022-03-02
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosti...
Peter Maydell
32
-181
/
+1810
2022-03-02
hw/ppc/spapr_vio.c: use g_autofree in spapr_dt_vdevice()
Daniel Henrique Barboza
1
-4
/
+2
2022-03-02
hw/ppc/spapr_rtas.c: use g_autofree in rtas_ibm_get_system_parameter()
Daniel Henrique Barboza
1
-13
/
+12
2022-03-02
spapr_pci_nvlink2.c: use g_autofree in spapr_phb_nvgpu_ram_populate_dt()
Daniel Henrique Barboza
1
-6
/
+4
2022-03-02
hw/ppc/spapr_numa.c: simplify spapr_numa_write_assoc_lookup_arrays()
Daniel Henrique Barboza
1
-8
/
+8
2022-03-02
hw/ppc/spapr_drc.c: use g_autofree in spapr_drc_by_index()
Daniel Henrique Barboza
1
-4
/
+2
2022-03-02
hw/ppc/spapr_drc.c: use g_autofree in spapr_dr_connector_new()
Daniel Henrique Barboza
1
-2
/
+1
2022-03-02
hw/ppc/spapr_drc.c: use g_autofree in drc_unrealize()
Daniel Henrique Barboza
1
-3
/
+1
2022-03-02
hw/ppc/spapr_drc.c: use g_autofree in drc_realize()
Daniel Henrique Barboza
1
-3
/
+1
2022-03-02
hw/ppc/spapr_drc.c: use g_auto in spapr_dt_drc()
Daniel Henrique Barboza
1
-18
/
+12
2022-03-02
hw/ppc/spapr_caps.c: use g_autofree in spapr_caps_add_properties()
Daniel Henrique Barboza
1
-5
/
+2
2022-03-02
hw/ppc/spapr_caps.c: use g_autofree in spapr_cap_get_string()
Daniel Henrique Barboza
1
-4
/
+3
2022-03-02
hw/ppc/spapr_caps.c: use g_autofree in spapr_cap_set_string()
Daniel Henrique Barboza
1
-5
/
+3
2022-03-02
hw/ppc/spapr.c: fail early if no firmware found in machine_init()
Daniel Henrique Barboza
1
-13
/
+11
2022-03-02
hw/ppc/spapr.c: use g_autofree in spapr_dt_chosen()
Daniel Henrique Barboza
1
-5
/
+2
2022-03-02
pnv/xive2: Add support for 8bits thread id
Cédric Le Goater
3
-1
/
+8
2022-03-02
pnv/xive2: Add support for automatic save&restore
Cédric Le Goater
5
-6
/
+154
2022-03-02
xive2: Add a get_config() handler for the router configuration
Cédric Le Goater
3
-0
/
+28
2022-03-02
pnv/xive2: Add support XIVE2 P9-compat mode (or Gen1)
Cédric Le Goater
2
-5
/
+23
2022-03-02
ppc/pnv: add XIVE Gen2 TIMA support
Cédric Le Goater
3
-2
/
+128
2022-03-02
pnv/xive2: Introduce new capability bits
Cédric Le Goater
2
-2
/
+7
2022-03-02
ppc/pnv: Add support for PHB5 "Address-based trigger" mode
Cédric Le Goater
3
-6
/
+71
2022-03-02
ppc/pnv: Add support for PQ offload on PHB5
Cédric Le Goater
4
-1
/
+32
2022-03-02
ppc/xive: Add support for PQ state bits offload
Cédric Le Goater
9
-21
/
+199
2022-03-02
ppc/xive2: Add support for notification injection on ESB pages
Cédric Le Goater
3
-0
/
+20
2022-03-02
ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10)
Cédric Le Goater
2
-6
/
+30
2022-03-02
ppc/pnv: Add a HOMER model to POWER10
Cédric Le Goater
5
-0
/
+100
2022-03-02
ppc/pnv: Add model for POWER10 PHB5 PCIe Host bridge
Cédric Le Goater
6
-0
/
+145
2022-03-02
ppc/pnv: Add POWER10 quads
Cédric Le Goater
2
-10
/
+43
2022-03-02
ppc/pnv: Add a OCC model for POWER10
Cédric Le Goater
5
-0
/
+32
2022-03-02
ppc/pnv: Add a XIVE2 controller to the POWER10 chip
Cédric Le Goater
7
-4
/
+2635
2022-03-02
ppc/xive2: Introduce a presenter matching routine
Cédric Le Goater
2
-0
/
+91
2022-03-02
ppc/xive2: Introduce a XIVE2 core framework
Cédric Le Goater
4
-1
/
+944
2022-03-02
target/ppc: implement lxvr[bhwd]/stxvr[bhwd]x
Lucas Coutinho
2
-0
/
+43
2022-03-02
target/ppc: implement plxssp/pstxssp
Leandro Lupori
4
-68
/
+62
[prev]
[next]