Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-s390x (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Thu Sep 30 2021 09:30:42 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH v3 00/19] monitor: explicitly permit QMP commands to be added for all use cases
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 02/19] docs/devel: tweak headings in monitor command docs
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 04/19] docs/devel: add example of command returning unstructured text
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 05/19] docs/devel: document expectations for HMP commands in the future
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 01/19] docs/devel: rename file for writing monitor commands
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 06/19] monitor: remove 'info ioapic' HMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 07/19] qapi: introduce x-query-roms QMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 08/19] qapi: introduce x-query-profile QMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 09/19] qapi: introduce x-query-numa QMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 10/19] qapi: introduce x-query-usb QMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 11/19] qapi: introduce x-query-rdma QMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 12/19] qapi: introduce x-query-ramblock QMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 13/19] qapi: introduce x-query-skeys QMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 14/19] qapi: introduce x-query-cmma QMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 15/19] hmp: synchronize cpu state for lapic info
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 16/19] qapi: introduce x-query-lapic QMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 17/19] qapi: introduce x-query-irq QMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 18/19] qapi: introduce x-query-jit QMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v3 19/19] qapi: introduce x-query-opcount QMP command
,
Daniel P . Berrangé
,
2021/09/30
[PATCH v5 21/26] linux-user/s390x: Implement setup_sigtramp
,
Richard Henderson
,
2021/09/29
[PATCH v12 00/16] machine: smp parsing fixes and improvement
,
Yanan Wang
,
2021/09/28
[PATCH v12 01/16] qapi/machine: Fix an incorrect comment of SMPConfiguration
,
Yanan Wang
,
2021/09/28
[PATCH v12 10/16] machine: Use ms instead of global current_machine in sanity-check
,
Yanan Wang
,
2021/09/28
[PATCH v12 07/16] qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
,
Yanan Wang
,
2021/09/28
[PATCH v12 02/16] machine: Deprecate "parameter=0" SMP configurations
,
Yanan Wang
,
2021/09/28
[PATCH v12 04/16] machine: Uniformly use maxcpus to calculate the omitted parameters
,
Yanan Wang
,
2021/09/28
[PATCH v12 09/16] machine: Prefer cores over sockets in smp parsing since 6.2
,
Yanan Wang
,
2021/09/28
[PATCH v12 03/16] machine: Minor refactor/fix for the smp parsers
,
Yanan Wang
,
2021/09/28
[PATCH v12 06/16] machine: Improve the error reporting of smp parsing
,
Yanan Wang
,
2021/09/28
[PATCH v12 08/16] qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split
,
Yanan Wang
,
2021/09/28
[PATCH v12 16/16] machine: Make smp_parse return a boolean
,
Yanan Wang
,
2021/09/28
Re: [PATCH v12 16/16] machine: Make smp_parse return a boolean
,
Philippe Mathieu-Daudé
,
2021/09/29
Re: [PATCH v12 16/16] machine: Make smp_parse return a boolean
,
Daniel P . Berrangé
,
2021/09/29
Re: [PATCH v12 16/16] machine: Make smp_parse return a boolean
,
Markus Armbruster
,
2021/09/29
[PATCH v12 13/16] machine: Remove smp_parse callback from MachineClass
,
Yanan Wang
,
2021/09/28
[PATCH v12 05/16] machine: Set the value of cpus to match maxcpus if it's omitted
,
Yanan Wang
,
2021/09/28
[PATCH v12 12/16] machine: Make smp_parse generic enough for all arches
,
Yanan Wang
,
2021/09/28
[PATCH v12 15/16] machine: Put all sanity-check in the generic SMP parser
,
Yanan Wang
,
2021/09/28
[PATCH v12 11/16] machine: Tweak the order of topology members in struct CpuTopology
,
Yanan Wang
,
2021/09/28
[PATCH v12 14/16] machine: Move smp_prefer_sockets to struct SMPCompatProps
,
Yanan Wang
,
2021/09/28
Re: [PATCH v12 00/16] machine: smp parsing fixes and improvement
,
Paolo Bonzini
,
2021/09/29
Re: [PATCH v12 00/16] machine: smp parsing fixes and improvement
,
Markus Armbruster
,
2021/09/29
Re: [PATCH v12 00/16] machine: smp parsing fixes and improvement
,
Paolo Bonzini
,
2021/09/29
Re: [PATCH v12 00/16] machine: smp parsing fixes and improvement
,
wangyanan (Y)
,
2021/09/29
Re: [PATCH 09/29] tcg/module: add tcg-module.[ch] infrastructure
,
Philippe Mathieu-Daudé
,
2021/09/28
Re: [PATCH 09/29] tcg/module: add tcg-module.[ch] infrastructure
,
Gerd Hoffmann
,
2021/09/28
[PATCH v11 00/14] machine: smp parsing fixes and improvement
,
Yanan Wang
,
2021/09/27
[PATCH v11 01/14] machine: Deprecate "parameter=0" SMP configurations
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 01/14] machine: Deprecate "parameter=0" SMP configurations
,
Daniel P . Berrangé
,
2021/09/28
Re: [PATCH v11 01/14] machine: Deprecate "parameter=0" SMP configurations
,
wangyanan (Y)
,
2021/09/28
[PATCH v11 02/14] machine: Minor refactor/fix for the smp parsers
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 02/14] machine: Minor refactor/fix for the smp parsers
,
Daniel P . Berrangé
,
2021/09/28
[PATCH v11 05/14] machine: Improve the error reporting of smp parsing
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 05/14] machine: Improve the error reporting of smp parsing
,
Daniel P . Berrangé
,
2021/09/28
Re: [PATCH v11 05/14] machine: Improve the error reporting of smp parsing
,
Philippe Mathieu-Daudé
,
2021/09/28
[PATCH v11 07/14] qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 07/14] qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split
,
Daniel P . Berrangé
,
2021/09/28
Re: [PATCH v11 07/14] qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split
,
Philippe Mathieu-Daudé
,
2021/09/28
[PATCH v11 08/14] machine: Prefer cores over sockets in smp parsing since 6.2
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 08/14] machine: Prefer cores over sockets in smp parsing since 6.2
,
Daniel P . Berrangé
,
2021/09/28
[PATCH v11 06/14] qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 06/14] qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
,
Daniel P . Berrangé
,
2021/09/28
Re: [PATCH v11 06/14] qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
,
Philippe Mathieu-Daudé
,
2021/09/28
[PATCH v11 03/14] machine: Uniformly use maxcpus to calculate the omitted parameters
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 03/14] machine: Uniformly use maxcpus to calculate the omitted parameters
,
Daniel P . Berrangé
,
2021/09/28
[PATCH v11 09/14] machine: Use ms instead of global current_machine in sanity-check
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 09/14] machine: Use ms instead of global current_machine in sanity-check
,
Daniel P . Berrangé
,
2021/09/28
Re: [PATCH v11 09/14] machine: Use ms instead of global current_machine in sanity-check
,
Philippe Mathieu-Daudé
,
2021/09/28
[PATCH v11 11/14] machine: Make smp_parse generic enough for all arches
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 11/14] machine: Make smp_parse generic enough for all arches
,
Daniel P . Berrangé
,
2021/09/28
Re: [PATCH v11 11/14] machine: Make smp_parse generic enough for all arches
,
Philippe Mathieu-Daudé
,
2021/09/28
Re: [PATCH v11 11/14] machine: Make smp_parse generic enough for all arches
,
Daniel P . Berrangé
,
2021/09/28
Re: [PATCH v11 11/14] machine: Make smp_parse generic enough for all arches
,
Philippe Mathieu-Daudé
,
2021/09/28
Re: [PATCH v11 11/14] machine: Make smp_parse generic enough for all arches
,
wangyanan (Y)
,
2021/09/28
Re: [PATCH v11 11/14] machine: Make smp_parse generic enough for all arches
,
Markus Armbruster
,
2021/09/28
Re: [PATCH v11 11/14] machine: Make smp_parse generic enough for all arches
,
wangyanan (Y)
,
2021/09/28
[PATCH v11 10/14] machine: Tweak the order of topology members in struct CpuTopology
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 10/14] machine: Tweak the order of topology members in struct CpuTopology
,
Daniel P . Berrangé
,
2021/09/28
Re: [PATCH v11 10/14] machine: Tweak the order of topology members in struct CpuTopology
,
Philippe Mathieu-Daudé
,
2021/09/28
[PATCH v11 13/14] machine: Move smp_prefer_sockets to struct SMPCompatProps
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 13/14] machine: Move smp_prefer_sockets to struct SMPCompatProps
,
Daniel P . Berrangé
,
2021/09/28
[PATCH v11 12/14] machine: Remove smp_parse callback from MachineClass
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 12/14] machine: Remove smp_parse callback from MachineClass
,
Daniel P . Berrangé
,
2021/09/28
Re: [PATCH v11 12/14] machine: Remove smp_parse callback from MachineClass
,
Philippe Mathieu-Daudé
,
2021/09/28
[PATCH v11 14/14] machine: Put all sanity-check in the generic SMP parser
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 14/14] machine: Put all sanity-check in the generic SMP parser
,
Daniel P . Berrangé
,
2021/09/28
Re: [PATCH v11 14/14] machine: Put all sanity-check in the generic SMP parser
,
Philippe Mathieu-Daudé
,
2021/09/28
Re: [PATCH v11 14/14] machine: Put all sanity-check in the generic SMP parser
,
wangyanan (Y)
,
2021/09/28
[PATCH v11 04/14] machine: Set the value of cpus to match maxcpus if it's omitted
,
Yanan Wang
,
2021/09/27
Re: [PATCH v11 04/14] machine: Set the value of cpus to match maxcpus if it's omitted
,
Daniel P . Berrangé
,
2021/09/28
[PATCH v4 21/25] linux-user/s390x: Implement setup_sigtramp
,
Richard Henderson
,
2021/09/27
[PATCH v10 00/14] machine: smp parsing fixes and improvement
,
Yanan Wang
,
2021/09/26
[PATCH v10 01/14] machine: Deprecate "parameter=0" SMP configurations
,
Yanan Wang
,
2021/09/26
[PATCH v10 04/14] machine: Set the value of cpus to match maxcpus if it's omitted
,
Yanan Wang
,
2021/09/26
[PATCH v10 03/14] machine: Uniformly use maxcpus to calculate the omitted parameters
,
Yanan Wang
,
2021/09/26
[PATCH v10 02/14] machine: Minor refactor/fix for the smp parsers
,
Yanan Wang
,
2021/09/26
[PATCH v10 07/14] qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split
,
Yanan Wang
,
2021/09/26
[PATCH v10 05/14] machine: Improve the error reporting of smp parsing
,
Yanan Wang
,
2021/09/26
[PATCH v10 11/14] machine: Make smp_parse generic enough for all arches
,
Yanan Wang
,
2021/09/26
Re: [PATCH v10 11/14] machine: Make smp_parse generic enough for all arches
,
Daniel P . Berrangé
,
2021/09/27
Re: [PATCH v10 11/14] machine: Make smp_parse generic enough for all arches
,
wangyanan (Y)
,
2021/09/27
[PATCH v10 08/14] machine: Prefer cores over sockets in smp parsing since 6.2
,
Yanan Wang
,
2021/09/26
[PATCH v10 12/14] machine: Remove smp_parse callback from MachineClass
,
Yanan Wang
,
2021/09/26
[PATCH v10 06/14] qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
,
Yanan Wang
,
2021/09/26
[PATCH v10 13/14] machine: Move smp_prefer_sockets to struct SMPCompatProps
,
Yanan Wang
,
2021/09/26
[PATCH v10 09/14] machine: Use ms instead of global current_machine in sanity-check
,
Yanan Wang
,
2021/09/26
[PATCH v10 10/14] machine: Tweak the order of topology members in struct CpuTopology
,
Yanan Wang
,
2021/09/26
[PATCH v10 14/14] machine: Put all sanity-check in the generic SMP parser
,
Yanan Wang
,
2021/09/26
[PATCH v7 33/40] target/s390x: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/25
[PATCH v3 23/27] linux-user/s390x: Implement setup_sigtramp
,
Richard Henderson
,
2021/09/24
[PATCH v6 33/40] target/s390x: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/24
[PATCH 0/1] s390x:clp: implementing CLP immediate commands
,
Pierre Morel
,
2021/09/17
[PATCH 1/1] s390x:clp: implementing CLP immediate commands
,
Pierre Morel
,
2021/09/17
Re: [PATCH 1/1] s390x:clp: implementing CLP immediate commands
,
Matthew Rosato
,
2021/09/17
[PATCH v3 0/4] s390x: CPU Topology
,
Pierre Morel
,
2021/09/16
[PATCH v3 1/4] linux-headers update
,
Pierre Morel
,
2021/09/16
[PATCH v3 4/4] s390x: topology: implementating Store Topology System Information
,
Pierre Morel
,
2021/09/16
[PATCH v3 2/4] s390x: kvm: topology: interception of PTF instruction
,
Pierre Morel
,
2021/09/16
[PATCH v3 3/4] s390x: topology: CPU topology objects and structures
,
Pierre Morel
,
2021/09/16
[PATCH v2 00/53] monitor: explicitly permit QMP commands to be added for all use cases
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 01/53] docs/devel: rename file for writing monitor commands
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 01/53] docs/devel: rename file for writing monitor commands
,
Markus Armbruster
,
2021/09/20
Re: [PATCH v2 01/53] docs/devel: rename file for writing monitor commands
,
Daniel P . Berrangé
,
2021/09/22
[PATCH v2 02/53] docs/devel: tweak headings in monitor command docs
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 02/53] docs/devel: tweak headings in monitor command docs
,
Markus Armbruster
,
2021/09/20
[PATCH v2 03/53] docs/devel: document expectations for QAPI data modelling for QMP
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 03/53] docs/devel: document expectations for QAPI data modelling for QMP
,
Markus Armbruster
,
2021/09/20
[PATCH v2 04/53] docs/devel: add example of command returning unstructured text
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 04/53] docs/devel: add example of command returning unstructured text
,
Markus Armbruster
,
2021/09/20
[PATCH v2 05/53] docs/devel: document expectations for HMP commands in the future
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 05/53] docs/devel: document expectations for HMP commands in the future
,
Markus Armbruster
,
2021/09/20
Re: [PATCH v2 05/53] docs/devel: document expectations for HMP commands in the future
,
Daniel P . Berrangé
,
2021/09/22
[PATCH v2 06/53] hw/core: introduce 'format_state' callback to replace 'dump_state'
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 06/53] hw/core: introduce 'format_state' callback to replace 'dump_state'
,
Philippe Mathieu-Daudé
,
2021/09/14
Re: [PATCH v2 06/53] hw/core: introduce 'format_state' callback to replace 'dump_state'
,
Greg Kurz
,
2021/09/14
[PATCH v2 07/53] target/alpha: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 07/53] target/alpha: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 08/53] target/arm: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 09/53] target/avr: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 09/53] target/avr: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
Re: [PATCH v2 09/53] target/avr: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/15
Re: [PATCH v2 09/53] target/avr: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 10/53] target/cris: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 10/53] target/cris: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 11/53] target/hexagon: delete unused hexagon_debug() method
,
Daniel P . Berrangé
,
2021/09/14
RE: [PATCH v2 11/53] target/hexagon: delete unused hexagon_debug() method
,
Taylor Simpson
,
2021/09/14
Re: [PATCH v2 11/53] target/hexagon: delete unused hexagon_debug() method
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 12/53] target/hexagon: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 12/53] target/hexagon: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 13/53] target/hppa: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 13/53] target/hppa: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 14/53] target/i386: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 15/53] target/m68k: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 15/53] target/m68k: convert to use format_state instead of dump_state
,
Laurent Vivier
,
2021/09/14
Re: [PATCH v2 15/53] target/m68k: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 16/53] target/microblaze: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 16/53] target/microblaze: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
Re: [PATCH v2 16/53] target/microblaze: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
Re: [PATCH v2 16/53] target/microblaze: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 17/53] target/mips: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 17/53] target/mips: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 18/53] target/nios2: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 18/53] target/nios2: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 19/53] target/openrisc: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 19/53] target/openrisc: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 20/53] target/ppc: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 20/53] target/ppc: convert to use format_state instead of dump_state
,
Greg Kurz
,
2021/09/14
Re: [PATCH v2 20/53] target/ppc: convert to use format_state instead of dump_state
,
David Gibson
,
2021/09/14
[PATCH v2 21/53] target/riscv: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 22/53] target/rx: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 22/53] target/rx: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 23/53] target/s390x: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 24/53] target/sh: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 24/53] target/sh: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 25/53] target/sparc: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 25/53] target/sparc: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
Re: [PATCH v2 25/53] target/sparc: convert to use format_state instead of dump_state
,
Mark Cave-Ayland
,
2021/09/16
[PATCH v2 26/53] target/tricore: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 26/53] target/tricore: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 27/53] target/xtensa: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 27/53] target/xtensa: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
Re: [PATCH v2 27/53] target/xtensa: convert to use format_state instead of dump_state
,
Max Filippov
,
2021/09/15
Re: [PATCH v2 27/53] target/xtensa: convert to use format_state instead of dump_state
,
Daniel P . Berrangé
,
2021/09/15
Re: [PATCH v2 27/53] target/xtensa: convert to use format_state instead of dump_state
,
Philippe Mathieu-Daudé
,
2021/09/15
[PATCH v2 28/53] monitor: remove 'info ioapic' HMP command
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 28/53] monitor: remove 'info ioapic' HMP command
,
Philippe Mathieu-Daudé
,
2021/09/14
[PATCH v2 29/53] qapi: introduce x-query-registers QMP command
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 29/53] qapi: introduce x-query-registers QMP command
,
Eric Blake
,
2021/09/14
Re: [PATCH v2 29/53] qapi: introduce x-query-registers QMP command
,
Philippe Mathieu-Daudé
,
2021/09/14
Re: [PATCH v2 29/53] qapi: introduce x-query-registers QMP command
,
Philippe Mathieu-Daudé
,
2021/09/14
[PATCH v2 30/53] qapi: introduce x-query-roms QMP command
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 30/53] qapi: introduce x-query-roms QMP command
,
Philippe Mathieu-Daudé
,
2021/09/14
Re: [PATCH v2 30/53] qapi: introduce x-query-roms QMP command
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 31/53] qapi: introduce x-query-profile QMP command
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 32/53] qapi: introduce x-query-numa QMP command
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 33/53] qapi: introduce x-query-usb QMP command
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 35/53] qapi: introduce x-query-ramblock QMP command
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 34/53] qapi: introduce x-query-rdma QMP command
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 36/53] qapi: introduce x-query-skeys QMP command
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 37/53] qapi: introduce x-query-cmma QMP command
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 38/53] qapi: introduce x-query-lapic QMP command
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 38/53] qapi: introduce x-query-lapic QMP command
,
Dongli Zhang
,
2021/09/21
Re: [PATCH v2 38/53] qapi: introduce x-query-lapic QMP command
,
Daniel P . Berrangé
,
2021/09/22
[PATCH v2 39/53] qapi: introduce x-query-irq QMP command
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 40/53] hw/core: drop "dump_state" callback from CPU targets
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 41/53] hw/core: drop support for NULL pointer for FILE * in cpu_dump_state
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 42/53] hw/core: introduce a 'format_tlb' callback
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 42/53] hw/core: introduce a 'format_tlb' callback
,
Philippe Mathieu-Daudé
,
2021/09/14
Re: [PATCH v2 42/53] hw/core: introduce a 'format_tlb' callback
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 42/53] hw/core: introduce a 'format_tlb' callback
,
Philippe Mathieu-Daudé
,
2021/09/14
Re: [PATCH v2 42/53] hw/core: introduce a 'format_tlb' callback
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 43/53] target/i386: convert to use format_tlb callback
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 44/53] target/m68k: convert to use format_tlb callback
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 44/53] target/m68k: convert to use format_tlb callback
,
Laurent Vivier
,
2021/09/14
[PATCH v2 45/53] target/nios2: convert to use format_tlb callback
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 46/53] target/ppc: convert to use format_tlb callback
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 46/53] target/ppc: convert to use format_tlb callback
,
David Gibson
,
2021/09/14
[PATCH v2 47/53] target/sh4: convert to use format_tlb callback
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 48/53] target/sparc: convert to use format_tlb callback
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 48/53] target/sparc: convert to use format_tlb callback
,
Mark Cave-Ayland
,
2021/09/16
[PATCH v2 49/53] target/xtensa: convert to use format_tlb callback
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 49/53] target/xtensa: convert to use format_tlb callback
,
Max Filippov
,
2021/09/15
[PATCH v2 50/53] monitor: merge duplicate "info tlb" handlers
,
Daniel P . Berrangé
,
2021/09/14
Re: [PATCH v2 50/53] monitor: merge duplicate "info tlb" handlers
,
David Gibson
,
2021/09/14
[PATCH v2 51/53] qapi: introduce x-query-tlb QMP command
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 52/53] qapi: introduce x-query-jit QMP command
,
Daniel P . Berrangé
,
2021/09/14
[PATCH v2 53/53] qapi: introduce x-query-opcount QMP command
,
Daniel P . Berrangé
,
2021/09/14
[PATCH] tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist
,
Thomas Huth
,
2021/09/14
Re: [PATCH] tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist
,
Vivek Goyal
,
2021/09/14
Re: [Virtio-fs] [PATCH] tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist
,
Sergio Lopez
,
2021/09/14
Re: [PATCH] tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist
,
Stefan Hajnoczi
,
2021/09/15
Re: [PATCH] tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist
,
Dr. David Alan Gilbert
,
2021/09/16
Re: [PULL 6/7] tests/tcg: skip the signals test for hppa/s390x for now
,
Philippe Mathieu-Daudé
,
2021/09/11
[PATCH v9 00/16] machine: smp parsing fixes and improvement
,
Yanan Wang
,
2021/09/10
[PATCH v9 03/16] machine: Uniformly use maxcpus to calculate the omitted parameters
,
Yanan Wang
,
2021/09/10
[PATCH v9 06/16] qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
,
Yanan Wang
,
2021/09/10
Re: [PATCH v9 06/16] qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
,
Andrew Jones
,
2021/09/10
[PATCH v9 08/16] machine: Prefer cores over sockets in smp parsing since 6.2
,
Yanan Wang
,
2021/09/10
[PATCH v9 01/16] machine: Deprecate "parameter=0" SMP configurations
,
Yanan Wang
,
2021/09/10
[PATCH v9 05/16] machine: Improve the error reporting of smp parsing
,
Yanan Wang
,
2021/09/10
[PATCH v9 02/16] machine: Minor refactor/fix for the smp parsers
,
Yanan Wang
,
2021/09/10
[PATCH v9 11/16] machine: Make smp_parse generic enough for all arches
,
Yanan Wang
,
2021/09/10
[PATCH v9 12/16] machine: Remove smp_parse callback from MachineClass
,
Yanan Wang
,
2021/09/10
[PATCH v9 04/16] machine: Set the value of cpus to match maxcpus if it's omitted
,
Yanan Wang
,
2021/09/10
[PATCH v9 13/16] machine: Move smp_prefer_sockets to struct SMPCompatProps
,
Yanan Wang
,
2021/09/10
[PATCH v9 07/16] qtest/numa-test: Use detailed -smp CLI in test_def_cpu_split
,
Yanan Wang
,
2021/09/10
Re: [PATCH v9 07/16] qtest/numa-test: Use detailed -smp CLI in test_def_cpu_split
,
Andrew Jones
,
2021/09/10
Re: [PATCH v9 07/16] qtest/numa-test: Use detailed -smp CLI in test_def_cpu_split
,
wangyanan (Y)
,
2021/09/17
[PATCH v9 16/16] tests/unit: Add a unit test for smp parsing
,
Yanan Wang
,
2021/09/10
[PATCH v9 10/16] machine: Tweak the order of topology members in struct CpuTopology
,
Yanan Wang
,
2021/09/10
[PATCH v9 09/16] machine: Use ms instead of global current_machine in sanity-check
,
Yanan Wang
,
2021/09/10
[PATCH v9 14/16] machine: Put all sanity-check in the generic SMP parser
,
Yanan Wang
,
2021/09/10
[PATCH v9 15/16] machine: Split out the smp parsing code
,
Yanan Wang
,
2021/09/10
Re: [PATCH v9 00/16] machine: smp parsing fixes and improvement
,
wangyanan (Y)
,
2021/09/17
[PULL 00/20] s390x patches
,
Thomas Huth
,
2021/09/07
[PULL 01/20] vfio-ccw: forward halt/clear errors
,
Thomas Huth
,
2021/09/07
[PULL 02/20] css: fix actl handling for unit exceptions
,
Thomas Huth
,
2021/09/07
[PULL 03/20] tests/tcg/s390x: Test SIGILL and SIGSEGV handling
,
Thomas Huth
,
2021/09/07
[PULL 05/20] s390x/ioinst: Fix wrong MSCH alignment check on little endian
,
Thomas Huth
,
2021/09/07
[PULL 09/20] s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKE
,
Thomas Huth
,
2021/09/07
[PULL 04/20] s390x/tcg: fix and optimize SPX (SET PREFIX)
,
Thomas Huth
,
2021/09/07
[PULL 07/20] s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKE
,
Thomas Huth
,
2021/09/07
[PULL 08/20] s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKE
,
Thomas Huth
,
2021/09/07
[PULL 06/20] s390x/tcg: wrap address for RRBE
,
Thomas Huth
,
2021/09/07
[PULL 10/20] s390x/mmu_helper: no need to pass access type to mmu_translate_asce()
,
Thomas Huth
,
2021/09/07
[PULL 12/20] s390x/mmu_helper: move address validation into mmu_translate*()
,
Thomas Huth
,
2021/09/07
[PULL 11/20] s390x/mmu_helper: fixup mmu_translate() documentation
,
Thomas Huth
,
2021/09/07
[PULL 14/20] hw/s390x/s390-skeys: use memory mapping to detect which storage keys to migrate
,
Thomas Huth
,
2021/09/07
[PULL 17/20] hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabled
,
Thomas Huth
,
2021/09/07
[PULL 16/20] hw/s390x/s390-skeys: check if an address is valid before dumping the key
,
Thomas Huth
,
2021/09/07
[PULL 15/20] hw/s390x/s390-skeys: use memory mapping to detect which storage keys to dump
,
Thomas Huth
,
2021/09/07
[PULL 18/20] hw/s390x/s390-skeys: lazy storage key enablement under TCG
,
Thomas Huth
,
2021/09/07
[PULL 19/20] s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK
,
Thomas Huth
,
2021/09/07
[PULL 13/20] s390x/mmu_helper: avoid setting the storage key if nothing changed
,
Thomas Huth
,
2021/09/07
[PULL 20/20] s390x/cpumodel: Add more feature to gen16 default model
,
Thomas Huth
,
2021/09/07
Re: [PULL 00/20] s390x patches
,
Peter Maydell
,
2021/09/07
[PATCH v2] s390x/cpumodel: Add more feature to gen16 default model
,
Christian Borntraeger
,
2021/09/07
Re: [PATCH v2] s390x/cpumodel: Add more feature to gen16 default model
,
David Hildenbrand
,
2021/09/07
Re: [PATCH v2] s390x/cpumodel: Add more feature to gen16 default model
,
Thomas Huth
,
2021/09/07
[PATCH] s390x/cpumodel: Add more feature to gen16 default model
,
Christian Borntraeger
,
2021/09/07
Re: [PATCH] s390x/cpumodel: Add more feature to gen16 default model
,
Christian Borntraeger
,
2021/09/07
Re: [PATCH] s390x/cpumodel: Add more feature to gen16 default model
,
David Hildenbrand
,
2021/09/07
Re: [PATCH v2 5/5] s390x: topology: implementating Store Topology System Information
,
Thomas Huth
,
2021/09/07
Re: [PATCH v2 5/5] s390x: topology: implementating Store Topology System Information
,
Pierre Morel
,
2021/09/07
Re: [PATCH v2 4/5] s390x: topology: Topology list entries and SYSIB 15.x.x
,
Thomas Huth
,
2021/09/07
Re: [PATCH v2 4/5] s390x: topology: Topology list entries and SYSIB 15.x.x
,
Pierre Morel
,
2021/09/07
Re: [PATCH v2 4/5] s390x: topology: Topology list entries and SYSIB 15.x.x
,
Thomas Huth
,
2021/09/07
Re: [PATCH v2 4/5] s390x: topology: Topology list entries and SYSIB 15.x.x
,
Pierre Morel
,
2021/09/07
Re: [PATCH v2 3/5] s390x: topology: CPU topology objects and structures
,
Thomas Huth
,
2021/09/07
Re: [PATCH v2 3/5] s390x: topology: CPU topology objects and structures
,
Pierre Morel
,
2021/09/07
Re: [PATCH v2 3/5] s390x: topology: CPU topology objects and structures
,
Pierre Morel
,
2021/09/07
Re: [PATCH v2 3/5] s390x: topology: CPU topology objects and structures
,
Thomas Huth
,
2021/09/29
Re: [PATCH v2 3/5] s390x: topology: CPU topology objects and structures
,
Pierre Morel
,
2021/09/30
Re: [PATCH v2 2/5] s390x: kvm: topology: interception of PTF instruction
,
Thomas Huth
,
2021/09/06
Re: [PATCH v2 2/5] s390x: kvm: topology: interception of PTF instruction
,
Pierre Morel
,
2021/09/07
[PATCH v3 00/13] s390x: skey related fixes, cleanups, and memory device preparations
,
David Hildenbrand
,
2021/09/03
[PATCH v3 01/13] s390x/tcg: wrap address for RRBE
,
David Hildenbrand
,
2021/09/03
[PATCH v3 02/13] s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKE
,
David Hildenbrand
,
2021/09/03
Re: [PATCH v3 02/13] s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKE
,
Thomas Huth
,
2021/09/06
[PATCH v3 03/13] s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKE
,
David Hildenbrand
,
2021/09/03
Re: [PATCH v3 03/13] s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKE
,
Thomas Huth
,
2021/09/06
[PATCH v3 04/13] s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKE
,
David Hildenbrand
,
2021/09/03
Re: [PATCH v3 04/13] s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKE
,
Thomas Huth
,
2021/09/06
[PATCH v3 05/13] s390x/mmu_helper: no need to pass access type to mmu_translate_asce()
,
David Hildenbrand
,
2021/09/03
[PATCH v3 06/13] s390x/mmu_helper: fixup mmu_translate() documentation
,
David Hildenbrand
,
2021/09/03
[PATCH v3 07/13] s390x/mmu_helper: move address validation into mmu_translate*()
,
David Hildenbrand
,
2021/09/03
[PATCH v3 08/13] s390x/mmu_helper: avoid setting the storage key if nothing changed
,
David Hildenbrand
,
2021/09/03
[PATCH v3 09/13] hw/s390x/s390-skeys: use memory mapping to detect which storage keys to migrate
,
David Hildenbrand
,
2021/09/03
[PATCH v3 10/13] hw/s390x/s390-skeys: use memory mapping to detect which storage keys to dump
,
David Hildenbrand
,
2021/09/03
[PATCH v3 11/13] hw/s390x/s390-skeys: check if an address is valid before dumping the key
,
David Hildenbrand
,
2021/09/03
Re: [PATCH v3 11/13] hw/s390x/s390-skeys: check if an address is valid before dumping the key
,
Thomas Huth
,
2021/09/06
[PATCH v3 13/13] hw/s390x/s390-skeys: lazy storage key enablement under TCG
,
David Hildenbrand
,
2021/09/03
Re: [PATCH v3 13/13] hw/s390x/s390-skeys: lazy storage key enablement under TCG
,
Thomas Huth
,
2021/09/06
[PATCH v3 12/13] hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabled
,
David Hildenbrand
,
2021/09/03
Re: [PATCH v3 12/13] hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabled
,
Thomas Huth
,
2021/09/06
Re: [PATCH v3 00/13] s390x: skey related fixes, cleanups, and memory device preparations
,
Thomas Huth
,
2021/09/07
[PATCH v3 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
,
Philippe Mathieu-Daudé
,
2021/09/02
[PATCH v3 01/30] accel/tcg: Restrict cpu_handle_halt() to sysemu
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 01/30] accel/tcg: Restrict cpu_handle_halt() to sysemu
,
Richard Henderson
,
2021/09/03
[PATCH v3 02/30] hw/core: Restrict cpu_has_work() to sysemu
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 02/30] hw/core: Restrict cpu_has_work() to sysemu
,
Richard Henderson
,
2021/09/03
[PATCH v3 03/30] hw/core: Un-inline cpu_has_work()
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 03/30] hw/core: Un-inline cpu_has_work()
,
Richard Henderson
,
2021/09/03
[PATCH v3 04/30] sysemu: Introduce AccelOpsClass::has_work()
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 04/30] sysemu: Introduce AccelOpsClass::has_work()
,
Richard Henderson
,
2021/09/03
[PATCH v3 05/30] accel/kvm: Implement AccelOpsClass::has_work()
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 05/30] accel/kvm: Implement AccelOpsClass::has_work()
,
Richard Henderson
,
2021/09/03
[PATCH v3 06/30] accel/whpx: Implement AccelOpsClass::has_work()
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 06/30] accel/whpx: Implement AccelOpsClass::has_work()
,
Richard Henderson
,
2021/09/03
[PATCH v3 07/30] accel/tcg: Implement AccelOpsClass::has_work() as stub
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 07/30] accel/tcg: Implement AccelOpsClass::has_work() as stub
,
Richard Henderson
,
2021/09/03
[PATCH v3 08/30] target/alpha: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 08/30] target/alpha: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
Re: [PATCH v3 08/30] target/alpha: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/03
Re: [PATCH v3 08/30] target/alpha: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 09/30] target/arm: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 09/30] target/arm: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 10/30] target/avr: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 10/30] target/avr: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 11/30] target/cris: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 11/30] target/cris: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 12/30] target/hexagon: Remove unused has_work() handler
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 12/30] target/hexagon: Remove unused has_work() handler
,
Richard Henderson
,
2021/09/03
[PATCH v3 13/30] target/hppa: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 13/30] target/hppa: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 14/30] target/i386: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 14/30] target/i386: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 15/30] target/m68k: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 15/30] target/m68k: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 16/30] target/microblaze: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 16/30] target/microblaze: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 18/30] target/nios2: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 18/30] target/nios2: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 17/30] target/mips: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 17/30] target/mips: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 19/30] target/openrisc: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 19/30] target/openrisc: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 20/30] target/ppc: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 20/30] target/ppc: Restrict has_work() handler to sysemu and TCG
,
David Gibson
,
2021/09/02
Re: [PATCH v3 20/30] target/ppc: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()
,
David Gibson
,
2021/09/02
Re: [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()
,
Philippe Mathieu-Daudé
,
2021/09/03
Re: [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()
,
Richard Henderson
,
2021/09/03
Re: [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()
,
Philippe Mathieu-Daudé
,
2021/09/03
Re: [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()
,
Philippe Mathieu-Daudé
,
2021/09/11
Re: [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()
,
Richard Henderson
,
2021/09/12
[PATCH v3 22/30] target/ppc: Simplify has_work() handlers
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 22/30] target/ppc: Simplify has_work() handlers
,
Richard Henderson
,
2021/09/03
[PATCH v3 23/30] target/riscv: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 23/30] target/riscv: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 24/30] target/rx: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/02
Re: [PATCH v3 24/30] target/rx: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
[PATCH v3 25/30] target/s390x: Restrict has_work() handler to sysemu and TCG
,
Philippe Mathieu-Daudé
,
2021/09/03
Re: [PATCH v3 25/30] target/s390x: Restrict has_work() handler to sysemu and TCG
,
Richard Henderson
,
2021/09/03
Re: [PATCH 10/29] tcg_funcs: Add tlb_flush to TCGModuleOps
,
Richard Henderson
,
2021/09/02
Re: [PATCH 10/29] tcg_funcs: Add tlb_flush to TCGModuleOps
,
Gerd Hoffmann
,
2021/09/28
Re: [PATCH 10/29] tcg_funcs: Add tlb_flush to TCGModuleOps
,
Richard Henderson
,
2021/09/28
Re: [PATCH 10/29] tcg_funcs: Add tlb_flush to TCGModuleOps
,
Gerd Hoffmann
,
2021/09/29
Re: [PATCH 10/29] tcg_funcs: Add tlb_flush to TCGModuleOps
,
Richard Henderson
,
2021/09/29
[PATCH v8 00/14] machine: smp parsing fixes and improvement
,
Yanan Wang
,
2021/09/02
[PATCH v8 01/14] machine: Deprecate "parameter=0" SMP configurations
,
Yanan Wang
,
2021/09/02
[PATCH v8 06/14] machine: Prefer cores over sockets in smp parsing since 6.2
,
Yanan Wang
,
2021/09/02
[PATCH v8 05/14] machine: Improve the error reporting of smp parsing
,
Yanan Wang
,
2021/09/02
[PATCH v8 08/14] machine: Tweak the order of topology members in struct CpuTopology
,
Yanan Wang
,
2021/09/02
[PATCH v8 02/14] machine: Minor refactor/fix for the smp parsers
,
Yanan Wang
,
2021/09/02
[PATCH v8 03/14] machine: Uniformly use maxcpus to calculate the omitted parameters
,
Yanan Wang
,
2021/09/02
[PATCH v8 11/14] machine: Move smp_prefer_sockets to struct SMPCompatProps
,
Yanan Wang
,
2021/09/02
[PATCH v8 12/14] machine: Put all sanity-check in the generic SMP parser
,
Yanan Wang
,
2021/09/02
[PATCH v8 07/14] machine: Use ms instead of global current_machine in sanity-check
,
Yanan Wang
,
2021/09/02
[PATCH v8 14/14] tests/unit: Add a unit test for smp parsing
,
Yanan Wang
,
2021/09/02
[PATCH v8 10/14] machine: Remove smp_parse callback from MachineClass
,
Yanan Wang
,
2021/09/02
[PATCH v8 04/14] machine: Set the value of cpus to match maxcpus if it's omitted
,
Yanan Wang
,
2021/09/02
[PATCH v8 09/14] machine: Make smp_parse generic enough for all arches
,
Yanan Wang
,
2021/09/02
[PATCH v8 13/14] machine: Split out the smp parsing code
,
Yanan Wang
,
2021/09/02
Re: [GIT PULL] s390 updates for 5.15 merge window
,
Vasily Gorbik
,
2021/09/01
[PATCH] s390/unwind: use current_frame_address() to unwind current task
,
Vasily Gorbik
,
2021/09/01
Re: [PATCH] s390/unwind: use current_frame_address() to unwind current task
,
Marco Elver
,
2021/09/01
Re: [PATCH] s390/unwind: use current_frame_address() to unwind current task
,
Heiko Carstens
,
2021/09/01
Re: [PATCH] s390/unwind: use current_frame_address() to unwind current task
,
Nathan Chancellor
,
2021/09/03
Re: [PATCH 0/2] s390x: ccw: A simple test device for virtio CCW
,
Pierre Morel
,
2021/09/01
[PATCH] s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK
,
Thomas Huth
,
2021/09/01
Re: [PATCH] s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK
,
David Hildenbrand
,
2021/09/01
Re: [PATCH] s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK
,
Matthew Rosato
,
2021/09/01
Re: [PATCH] s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK
,
Eric Farman
,
2021/09/01
Re: [PATCH] s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK
,
Philippe Mathieu-Daudé
,
2021/09/01
Re: [PATCH] s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK
,
Halil Pasic
,
2021/09/01
Re: [PATCH 15/29] tcg_funcs: Add tb_flush to TCGModuleOps
,
Greg Kurz
,
2021/09/01
Re: [PATCH 20/29] tcg_funcs: Add cpu_restore_state to TCGModuleOps
,
Bastian Koppelmann
,
2021/09/01
Re: [PATCH 1/1] hw: Add compat machines for 6.2
,
Thomas Huth
,
2021/09/01
Re: [PATCH 0/1] hw: Add compat machines for 6.2
,
Peter Maydell
,
2021/09/01
Re: [PATCH 0/1] hw: Add compat machines for 6.2
,
wangyanan (Y)
,
2021/09/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc