Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-ppc (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri Mar 31 2023 17:28:04 -0400
Threads in reverse chronological order
[
Next Period
]
Qemu-ppc Implementing Decrementer With Auto-Reload Register
,
sdicaro
,
2023/03/31
Re: [PATCH 2/2] tests/avocado/boot_linux.py: re-enable test-case for ppc64
,
Cédric Le Goater
,
2023/03/31
[PATCH 0/5] Cleanup [h_enter|spapr_exit]_nested routines
,
Harsh Prateek Bora
,
2023/03/31
[PATCH 1/5] ppc: spapr: cleanup cr get/store with helper routines.
,
Harsh Prateek Bora
,
2023/03/31
[PATCH 2/5] ppc: spapr: cleanup h_enter_nested() with helper routines.
,
Harsh Prateek Bora
,
2023/03/31
[PATCH 3/5] ppc: spapr: assert early rather late in h_enter_nested()
,
Harsh Prateek Bora
,
2023/03/31
[PATCH 5/5] MAINTAINERS: Adding myself in the list for ppc/spapr
,
Harsh Prateek Bora
,
2023/03/31
[PATCH 4/5] ppc: spapr: cleanup spapr_exit_nested() with helper routines.
,
Harsh Prateek Bora
,
2023/03/31
Re: [PATCH 0/5] Cleanup [h_enter|spapr_exit]_nested routines
,
Cédric Le Goater
,
2023/03/31
Re: [PATCH 0/5] Cleanup [h_enter|spapr_exit]_nested routines
,
Daniel Henrique Barboza
,
2023/03/31
[PATCH-for-8.0 v2 0/3] softmmu: Restore use of CPU watchpoint for non-TCG accelerators
,
Philippe Mathieu-Daudé
,
2023/03/28
[PATCH-for-8.0 v2 1/3] softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
,
Philippe Mathieu-Daudé
,
2023/03/28
Re: [PATCH-for-8.0 v2 1/3] softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
,
Fabiano Rosas
,
2023/03/29
[PATCH-for-8.0 v2 2/3] softmmu/watchpoint: Add missing 'qemu/error-report.h' include
,
Philippe Mathieu-Daudé
,
2023/03/28
Re: [PATCH-for-8.0 v2 2/3] softmmu/watchpoint: Add missing 'qemu/error-report.h' include
,
Fabiano Rosas
,
2023/03/29
[PATCH-for-8.0 v2 3/3] softmmu: Restore use of CPU watchpoint for all accelerators
,
Philippe Mathieu-Daudé
,
2023/03/28
Re: [PATCH-for-8.0 v2 3/3] softmmu: Restore use of CPU watchpoint for all accelerators
,
Fabiano Rosas
,
2023/03/29
[PATCH-for-8.0 0/3] softmmu: Restore use of CPU watchpoint for non-TCG accelerators
,
Philippe Mathieu-Daudé
,
2023/03/28
[PATCH-for-8.0 1/3] softmmu/watchpoint: Add missing 'qemu/error-report.h' include
,
Philippe Mathieu-Daudé
,
2023/03/28
[PATCH-for-8.0 2/3] softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
,
Philippe Mathieu-Daudé
,
2023/03/28
Re: [PATCH-for-8.0 2/3] softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
,
Philippe Mathieu-Daudé
,
2023/03/28
[PATCH-for-8.0 3/3] softmmu: Restore use of CPU watchpoint for all accelerators
,
Philippe Mathieu-Daudé
,
2023/03/28
[PATCH v2 1/6] target/ppc: Fix width of some 32-bit SPRs
,
Nicholas Piggin
,
2023/03/27
[PATCH v2 2/6] target/ppc: Better CTRL SPR implementation
,
Nicholas Piggin
,
2023/03/27
[PATCH v2 3/6] target/ppc: Fix instruction loading endianness in alignment interrupt
,
Nicholas Piggin
,
2023/03/27
Re: [PATCH v2 3/6] target/ppc: Fix instruction loading endianness in alignment interrupt
,
Fabiano Rosas
,
2023/03/31
[PATCH v2 6/6] target/ppc: Implement HEIR SPR
,
Nicholas Piggin
,
2023/03/27
Re: [PATCH v2 6/6] target/ppc: Implement HEIR SPR
,
Michael Neuling
,
2023/03/29
[PATCH v2 4/6] target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward
,
Nicholas Piggin
,
2023/03/27
Re: [PATCH v2 4/6] target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward
,
Fabiano Rosas
,
2023/03/31
[PATCH v2 5/6] target/ppc: Add SRR1 prefix indication to interrupt handlers
,
Nicholas Piggin
,
2023/03/27
Re: [PATCH v2 5/6] target/ppc: Add SRR1 prefix indication to interrupt handlers
,
Fabiano Rosas
,
2023/03/31
[PATCH 1/6] target/ppc: Fix width of some 32-bit SPRs
,
Nicholas Piggin
,
2023/03/22
[PATCH 2/6] target/ppc: Better CTRL SPR implementation
,
Nicholas Piggin
,
2023/03/22
[PATCH 3/6] target/ppc: Fix instruction loading endianness in alignment interrupt
,
Nicholas Piggin
,
2023/03/22
Re: [PATCH 3/6] target/ppc: Fix instruction loading endianness in alignment interrupt
,
Fabiano Rosas
,
2023/03/24
Re: [PATCH 3/6] target/ppc: Fix instruction loading endianness in alignment interrupt
,
Nicholas Piggin
,
2023/03/27
[PATCH 4/6] target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward
,
Nicholas Piggin
,
2023/03/22
Re: [PATCH 4/6] target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward
,
Fabiano Rosas
,
2023/03/24
Re: [PATCH 4/6] target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward
,
Nicholas Piggin
,
2023/03/27
[PATCH 5/6] target/ppc: Add SRR1 prefix indication to interrupt handlers
,
Nicholas Piggin
,
2023/03/22
[PATCH 6/6] target/ppc: Implement HEIR SPR
,
Nicholas Piggin
,
2023/03/22
[PATCH v2 00/32] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
,
Alex Bennée
,
2023/03/15
[PATCH v2 01/32] tests/avocado: update AArch64 tests to Alpine 3.17.2
,
Alex Bennée
,
2023/03/15
[PATCH v2 02/32] tests/docker: all add DOCKER_BUILDKIT to RUNC environment
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 02/32] tests/docker: all add DOCKER_BUILDKIT to RUNC environment
,
Thomas Huth
,
2023/03/17
[PATCH v2 04/32] scripts/ci: update gitlab-runner playbook to handle CentOS
,
Alex Bennée
,
2023/03/15
[PATCH v2 05/32] gitlab: update centos-8-stream job
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 05/32] gitlab: update centos-8-stream job
,
Thomas Huth
,
2023/03/17
[PATCH v2 03/32] scripts/ci: add libslirp-devel to build-environment
,
Alex Bennée
,
2023/03/15
[PATCH v2 06/32] include/qemu: add documentation for memory callbacks
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 06/32] include/qemu: add documentation for memory callbacks
,
Thomas Huth
,
2023/03/17
[PATCH v2 07/32] tests/tcg: add some help output for running individual tests
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 07/32] tests/tcg: add some help output for running individual tests
,
Thomas Huth
,
2023/03/17
[PATCH v2 15/32] *: Add missing includes of qemu/plugin.h
,
Alex Bennée
,
2023/03/15
[PATCH v2 16/32] include/qemu: Split out plugin-event.h
,
Alex Bennée
,
2023/03/15
[PATCH v2 14/32] *: Add missing includes of qemu/error-report.h
,
Alex Bennée
,
2023/03/15
[PATCH v2 17/32] include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers
,
Alex Bennée
,
2023/03/15
[PATCH v2 18/32] iotests: explicitly pass source/build dir to 'check' command
,
Alex Bennée
,
2023/03/15
[PATCH v2 19/32] iotests: allow test discovery before building
,
Alex Bennée
,
2023/03/15
[PATCH v2 20/32] iotests: strip subdir path when listing tests
,
Alex Bennée
,
2023/03/15
[PATCH v2 26/32] contrib/gitdm: Add ASPEED Technology to the domain map
,
Alex Bennée
,
2023/03/15
[PATCH v2 24/32] iotests: register each I/O test separately with meson
,
Alex Bennée
,
2023/03/15
[PATCH v2 27/32] contrib/gitdm: Add SYRMIA to the domain map
,
Alex Bennée
,
2023/03/15
[PATCH v2 32/32] contrib/gitdm: add group map for AMD
,
Alex Bennée
,
2023/03/15
[PATCH v2 21/32] iotests: print TAP protocol version when reporting tests
,
Alex Bennée
,
2023/03/15
[PATCH v2 12/32] tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb
,
Alex Bennée
,
2023/03/15
[PATCH v2 10/32] tests/avocado: don't use tags to define drive
,
Alex Bennée
,
2023/03/15
[PATCH v2 30/32] contrib/gitdm: add revng to domain map
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 30/32] contrib/gitdm: add revng to domain map
,
Alessandro Di Federico
,
2023/03/15
[PATCH v2 31/32] contrib/gitdm: add more individual contributors
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 31/32] contrib/gitdm: add more individual contributors
,
Thomas Huth
,
2023/03/17
[PATCH v2 29/32] contrib/gitdm: add Alibaba to the domain-map
,
Alex Bennée
,
2023/03/15
[PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map
,
Alex Bennée
,
2023/03/15
RE: [PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map
,
Durrant, Paul
,
2023/03/15
Re: [PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map
,
Alexander Graf
,
2023/03/17
[PATCH v2 09/32] include/exec: fix kerneldoc definition
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 09/32] include/exec: fix kerneldoc definition
,
Peter Maydell
,
2023/03/16
[PATCH v2 23/32] iotests: always use a unique sub-directory per test
,
Alex Bennée
,
2023/03/15
[PATCH v2 08/32] tests/tcg: disable pauth for aarch64 gdb tests
,
Alex Bennée
,
2023/03/15
[PATCH v2 13/32] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT
,
Alex Bennée
,
2023/03/15
[PATCH v2 25/32] iotests: remove the check-block.sh script
,
Alex Bennée
,
2023/03/15
[PATCH v2 22/32] iotests: connect stdin to /dev/null when running tests
,
Alex Bennée
,
2023/03/15
[PATCH v2 11/32] tcg: Clear plugin_mem_cbs on TB exit
,
Alex Bennée
,
2023/03/15
[PATCH for-8.1] hw: Add compat machines for 8.1
,
Cornelia Huck
,
2023/03/14
Re: [PATCH for-8.1] hw: Add compat machines for 8.1
,
Cédric Le Goater
,
2023/03/14
Re: [PATCH for-8.1] hw: Add compat machines for 8.1
,
Thomas Huth
,
2023/03/17
Re: [PATCH for-8.1] hw: Add compat machines for 8.1
,
Gavin Shan
,
2023/03/17
[PATCH v7 4/6] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Alexander Bulekov
,
2023/03/13
Re: [PATCH v7 4/6] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Thomas Huth
,
2023/03/13
[PULL 00/20] MIPS patches for 2023-03-07
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 01/20] docs/system: Remove "mips" board from target-mips.rst
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 02/20] target/mips: Replace [g_]assert(0) -> g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 03/20] target/mips: Fix JALS32/J32 instruction handling for microMIPS
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 04/20] target/mips: Fix SWM32 handling for microMIPS
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 05/20] target/mips: Implement CP0.Config7.WII bit support
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 06/20] target/mips: Set correct CP0.Config[4, 5] values for M14K(c)
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 07/20] hw/mips: Declare all length properties as unsigned
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 08/20] hw/mips/itu: Pass SAAR using QOM link property
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 09/20] Revert "hw/isa/i82378: Remove intermediate IRQ forwarder"
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 10/20] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 11/20] hw/display/sm501: Add debug property to control pixman usage
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 12/20] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 13/20] hw/isa/vt82c686: Implement PCI IRQ routing
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 14/20] hw/ppc/pegasos2: Fix PCI interrupt routing
,
Philippe Mathieu-Daudé
,
2023/03/07
Re: [PULL 14/20] hw/ppc/pegasos2: Fix PCI interrupt routing
,
Philippe Mathieu-Daudé
,
2023/03/08
Re: [PULL 14/20] hw/ppc/pegasos2: Fix PCI interrupt routing
,
BALATON Zoltan
,
2023/03/08
Re: [PULL 14/20] hw/ppc/pegasos2: Fix PCI interrupt routing
,
BALATON Zoltan
,
2023/03/08
[PULL 15/20] hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 16/20] hw/audio/via-ac97: Basic implementation of audio playback
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 18/20] ui/cocoa: Override windowDidResignKey
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 19/20] memory: Dump HPA and access type of ramblocks
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 20/20] log: Remove unneeded new line
,
Philippe Mathieu-Daudé
,
2023/03/07
[PULL 17/20] hw/usb/ohci: Implement resume on connection status change
,
Philippe Mathieu-Daudé
,
2023/03/07
Re: [PULL 00/20] MIPS patches for 2023-03-07
,
Peter Maydell
,
2023/03/09
[PULL 20/30] gdbstub: move register helpers into standalone include
,
Alex Bennée
,
2023/03/07
[PULL 07/30] includes: move tb_flush into its own header
,
Alex Bennée
,
2023/03/07
[PATCH v2 22/25] target/ppc: Avoid tcg_const_* in translate.c
,
Richard Henderson
,
2023/03/07
Re: [PATCH v2 22/25] target/ppc: Avoid tcg_const_* in translate.c
,
Daniel Henrique Barboza
,
2023/03/07
Re: [PATCH v2 22/25] target/ppc: Avoid tcg_const_* in translate.c
,
Philippe Mathieu-Daudé
,
2023/03/09
[PATCH v2 20/25] target/ppc: Rewrite trans_ADDG6S
,
Richard Henderson
,
2023/03/07
Re: [PATCH v2 20/25] target/ppc: Rewrite trans_ADDG6S
,
Daniel Henrique Barboza
,
2023/03/07
Re: [PATCH v2 20/25] target/ppc: Rewrite trans_ADDG6S
,
Richard Henderson
,
2023/03/07
[PATCH v2 21/25] target/ppc: Fix gen_tlbsx_booke206
,
Richard Henderson
,
2023/03/07
Re: [PATCH v2 21/25] target/ppc: Fix gen_tlbsx_booke206
,
Daniel Henrique Barboza
,
2023/03/07
[PATCH v2 18/25] target/ppc: Avoid tcg_const_* in fp-impl.c.inc
,
Richard Henderson
,
2023/03/07
Re: [PATCH v2 18/25] target/ppc: Avoid tcg_const_* in fp-impl.c.inc
,
Daniel Henrique Barboza
,
2023/03/07
Re: [PATCH v2 18/25] target/ppc: Avoid tcg_const_* in fp-impl.c.inc
,
Philippe Mathieu-Daudé
,
2023/03/09
[PATCH v2 19/25] target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.inc
,
Richard Henderson
,
2023/03/07
Re: [PATCH v2 19/25] target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.inc
,
Daniel Henrique Barboza
,
2023/03/07
Re: [PATCH v2 19/25] target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.inc
,
Philippe Mathieu-Daudé
,
2023/03/09
[PATCH v2 17/25] target/ppc: Avoid tcg_const_* in vsx-impl.c.inc
,
Richard Henderson
,
2023/03/07
Re: [PATCH v2 17/25] target/ppc: Avoid tcg_const_* in vsx-impl.c.inc
,
Daniel Henrique Barboza
,
2023/03/07
Re: [PATCH v2 17/25] target/ppc: Avoid tcg_const_* in vsx-impl.c.inc
,
Philippe Mathieu-Daudé
,
2023/03/09
[PATCH v2 16/25] target/ppc: Avoid tcg_const_* in xxeval
,
Richard Henderson
,
2023/03/07
Re: [PATCH v2 16/25] target/ppc: Avoid tcg_const_* in xxeval
,
Daniel Henrique Barboza
,
2023/03/07
Re: [PATCH v2 16/25] target/ppc: Avoid tcg_const_* in xxeval
,
Philippe Mathieu-Daudé
,
2023/03/09
[PATCH v2 15/25] target/ppc: Avoid tcg_const_* in vmx-impl.c.inc
,
Richard Henderson
,
2023/03/07
Re: [PATCH v2 15/25] target/ppc: Avoid tcg_const_* in vmx-impl.c.inc
,
Daniel Henrique Barboza
,
2023/03/07
Re: [PATCH v2 15/25] target/ppc: Avoid tcg_const_* in vmx-impl.c.inc
,
Philippe Mathieu-Daudé
,
2023/03/09
[PATCH v2 14/25] target/ppc: Avoid tcg_const_i64 in do_vcntmb
,
Richard Henderson
,
2023/03/07
Re: [PATCH v2 14/25] target/ppc: Avoid tcg_const_i64 in do_vcntmb
,
Daniel Henrique Barboza
,
2023/03/07
Re: [PATCH v2 14/25] target/ppc: Avoid tcg_const_i64 in do_vcntmb
,
Philippe Mathieu-Daudé
,
2023/03/09
[PATCH v9 0/7] Pegasos2 fixes and audio output support
,
BALATON Zoltan
,
2023/03/07
[PATCH v9 1/7] hw/display/sm501: Add debug property to control pixman usage
,
BALATON Zoltan
,
2023/03/07
Re: [PATCH v9 1/7] hw/display/sm501: Add debug property to control pixman usage
,
Philippe Mathieu-Daudé
,
2023/03/07
Re: [PATCH v9 1/7] hw/display/sm501: Add debug property to control pixman usage
,
BALATON Zoltan
,
2023/03/07
[PATCH v9 2/7] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
BALATON Zoltan
,
2023/03/07
Re: [PATCH v9 2/7] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
Daniel Henrique Barboza
,
2023/03/07
Re: [PATCH v9 2/7] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
Peter Maydell
,
2023/03/07
Re: [PATCH v9 2/7] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
David Woodhouse
,
2023/03/07
Re: [PATCH v9 2/7] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
Daniel Henrique Barboza
,
2023/03/07
Re: [PATCH v9 2/7] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
BALATON Zoltan
,
2023/03/07
[PATCH v9 3/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
,
BALATON Zoltan
,
2023/03/07
Re: [PATCH v9 3/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
,
Daniel Henrique Barboza
,
2023/03/07
[PATCH v9 6/7] hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing
,
BALATON Zoltan
,
2023/03/07
[PATCH v9 4/7] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/07
[PATCH v9 5/7] hw/ppc/pegasos2: Fix PCI interrupt routing
,
BALATON Zoltan
,
2023/03/07
[PATCH v9 7/7] hw/audio/via-ac97: Basic implementation of audio playback
,
BALATON Zoltan
,
2023/03/07
Re: [PATCH v9 0/7] Pegasos2 fixes and audio output support
,
Philippe Mathieu-Daudé
,
2023/03/07
Re: [PATCH v9 0/9] Introduce igb
,
Jason Wang
,
2023/03/07
Re: [PATCH 23/70] target/i386: Avoid use of tcg_const_* throughout
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 47/70] target/rx: Use cpu_psw_z as temp in flags computation
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 14/70] target/cris: Avoid use of tcg_const_i32 throughout
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 49/70] target/rx: Avoid tcg_const_i32
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 63/70] target/xtensa: Tidy translate_clamps
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 52/70] target/sh4: Avoid tcg_const_i32 for TAS.B
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 51/70] target/s390x: Avoid tcg_const_i64
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 53/70] target/sh4: Avoid tcg_const_i32
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 56/70] target/tricore: Split t_n as constant from temp as variable
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 56/70] target/tricore: Split t_n as constant from temp as variable
,
Richard Henderson
,
2023/03/06
Re: [PATCH 56/70] target/tricore: Split t_n as constant from temp as variable
,
Philippe Mathieu-Daudé
,
2023/03/07
Re: [PATCH 61/70] target/tricore: Avoid tcg_const_i32
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 62/70] target/xtensa: Tidy translate_bb
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 67/70] target/xtensa: Avoid tcg_const_i32
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 27/70] target/m68k: Avoid tcg_const_i32 in bfop_reg
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 28/70] target/m68k: Avoid tcg_const_* throughout
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 26/70] target/m68k: Avoid tcg_const_i32 when modified
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 21/70] target/hppa: Avoid use of tcg_const_i32 throughout
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 13/70] target/avr: Avoid use of tcg_const_i32 throughout
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 59/70] target/tricore: Use setcondi instead of explicit allocation
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 57/70] target/tricore: Rename t_off10 and use tcg_constant_i32
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 54/70] tcg/sparc: Avoid tcg_const_tl in gen_edge
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 68/70] tcg: Replace tcg_const_i64 in tcg-op.c
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 70/70] tcg: Drop tcg_const_*
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 69/70] tcg: Drop tcg_const_*_vec
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 60/70] target/tricore: Drop some temp initialization
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 11/70] target/arm: Avoid tcg_const_ptr in handle_rev
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 10/70] target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrn
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 07/70] target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 34/70] target/ppc: Split out gen_vx_vmul10
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 64/70] target/xtensa: Avoid tcg_const_i32 in translate_l32r
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 65/70] target/xtensa: Use tcg_gen_subfi_i32 in translate_sll
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 66/70] target/xtensa: Split constant in bit shift
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 48/70] target/rx: Avoid tcg_const_i32 when new temp needed
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 35/70] target/ppc: Avoid tcg_const_i64 in do_vector_shift_quad
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 25/70] target/m68k: Use tcg_constant_i32 in gen_ea_mode
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 03/70] target/arm: Improve arm_rmode_to_sf
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 04/70] target/arm: Consistently use ARMFPRounding during translation
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 01/70] target/arm: Use rmode >= 0 for need_rmode
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 01/70] target/arm: Use rmode >= 0 for need_rmode
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 45/70] target/riscv: Avoid tcg_const_*
,
liweiwei
,
2023/03/06
Re: [PATCH 12/70] target/avr: Avoid use of tcg_const_i32 in SBIC, SBIS
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 20/70] target/hppa: Avoid tcg_const_i64 in trans_fid_f
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 46/70] target/rx: Use tcg_gen_abs_i32
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 33/70] target/mips: Avoid tcg_const_* throughout
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 32/70] target/mips: Avoid tcg_const_tl in gen_r6_ld
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 31/70] target/mips: Split out gen_lxr
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 30/70] target/mips: Split out gen_lxl
,
Philippe Mathieu-Daudé
,
2023/03/06
[PATCH v8 0/6] Pegasos2 fixes and audio output support
,
BALATON Zoltan
,
2023/03/06
[PATCH v8 2/6] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
BALATON Zoltan
,
2023/03/06
[PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/06
Re: [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
Mark Cave-Ayland
,
2023/03/06
Re: [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/06
Re: [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
Mark Cave-Ayland
,
2023/03/07
Re: [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/07
Re: [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
Alex Bennée
,
2023/03/07
Re: [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/07
Re: [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
Bernhard Beschow
,
2023/03/07
[PATCH v8 1/6] hw/display/sm501: Add debug property to control pixman usage
,
BALATON Zoltan
,
2023/03/06
[PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing
,
BALATON Zoltan
,
2023/03/06
Re: [PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing
,
Mark Cave-Ayland
,
2023/03/06
Re: [PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing
,
BALATON Zoltan
,
2023/03/06
Re: [PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing
,
Mark Cave-Ayland
,
2023/03/07
Re: [PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing
,
BALATON Zoltan
,
2023/03/07
Re: [PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing
,
BALATON Zoltan
,
2023/03/06
Re: [PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing
,
Mark Cave-Ayland
,
2023/03/07
[PATCH v8 6/6] hw/audio/via-ac97: Basic implementation of audio playback
,
BALATON Zoltan
,
2023/03/06
[PATCH v8 5/6] hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing
,
BALATON Zoltan
,
2023/03/06
[PATCH v7 0/6] Pegasos2 fixes and audio output support
,
BALATON Zoltan
,
2023/03/05
[PATCH v7 2/6] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
BALATON Zoltan
,
2023/03/05
[PATCH v7 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/05
Re: [PATCH v7 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
Bernhard Beschow
,
2023/03/05
Re: [PATCH v7 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/05
Re: [PATCH v7 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
Bernhard Beschow
,
2023/03/05
Re: [PATCH v7 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/05
[PATCH v7 1/6] hw/display/sm501: Add debug property to control pixman usage
,
BALATON Zoltan
,
2023/03/05
[PATCH v7 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing
,
BALATON Zoltan
,
2023/03/05
[PATCH v7 5/6] hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing
,
BALATON Zoltan
,
2023/03/05
[PATCH v7 6/6] hw/audio/via-ac97: Basic implementation of audio playback
,
BALATON Zoltan
,
2023/03/05
Re: [PATCH v7 0/6] Pegasos2 fixes and audio output support
,
BALATON Zoltan
,
2023/03/05
[PATCH v6 0/7] Pegasos2 fixes and audio output support
,
BALATON Zoltan
,
2023/03/04
[PATCH v6 1/7] hw/display/sm501: Add debug property to control pixman usage
,
BALATON Zoltan
,
2023/03/04
[PATCH v6 2/7] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
BALATON Zoltan
,
2023/03/04
[PATCH v6 3/7] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/04
Re: [PATCH v6 3/7] hw/isa/vt82c686: Implement PCI IRQ routing
,
Bernhard Beschow
,
2023/03/05
[PATCH v6 5/7] hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing
,
BALATON Zoltan
,
2023/03/04
Re: [PATCH v6 5/7] hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing
,
Bernhard Beschow
,
2023/03/05
[PATCH v6 7/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
,
BALATON Zoltan
,
2023/03/04
[PATCH v6 4/7] hw/ppc/pegasos2: Fix PCI interrupt routing
,
BALATON Zoltan
,
2023/03/04
[PATCH v6 6/7] hw/audio/via-ac97: Basic implementation of audio playback
,
BALATON Zoltan
,
2023/03/04
[PATCH 0/5] Fix recent PIC -> CPU interrupt wiring regressions
,
Bernhard Beschow
,
2023/03/04
[PATCH 1/5] hw/isa/vt82c686: Fix wiring of PIC -> CPU interrupt
,
Bernhard Beschow
,
2023/03/04
Re: [PATCH 1/5] hw/isa/vt82c686: Fix wiring of PIC -> CPU interrupt
,
BALATON Zoltan
,
2023/03/04
[PATCH 2/5] hw/alpha/dp264: Fix wiring of PIC -> CPU interrupt
,
Bernhard Beschow
,
2023/03/04
[PATCH 3/5] hw/ppc/prep: Fix wiring of PIC -> CPU interrupt
,
Bernhard Beschow
,
2023/03/04
[PATCH 4/5] hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifunction()
,
Bernhard Beschow
,
2023/03/04
[PATCH 5/5] hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()
,
Bernhard Beschow
,
2023/03/04
Re: [PATCH 0/5] Fix recent PIC -> CPU interrupt wiring regressions
,
Bernhard Beschow
,
2023/03/04
Re: [PATCH 0/5] Fix recent PIC -> CPU interrupt wiring regressions
,
BALATON Zoltan
,
2023/03/04
Re: [PATCH 0/5] Fix recent PIC -> CPU interrupt wiring regressions
,
Peter Maydell
,
2023/03/04
Re: [PATCH 0/5] Fix recent PIC -> CPU interrupt wiring regressions
,
Michael S. Tsirkin
,
2023/03/05
Re: [PATCH 0/5] Fix recent PIC -> CPU interrupt wiring regressions
,
Mark Cave-Ayland
,
2023/03/06
Re: [PATCH 0/5] Fix recent PIC -> CPU interrupt wiring regressions
,
Philippe Mathieu-Daudé
,
2023/03/07
Re: [PATCH 0/5] Fix recent PIC -> CPU interrupt wiring regressions
,
Michael S. Tsirkin
,
2023/03/07
[PULL 0/5] ppc queue
,
Daniel Henrique Barboza
,
2023/03/03
[PULL 1/5] target/ppc/translate: Add dummy implementation for dcblc instruction
,
Daniel Henrique Barboza
,
2023/03/03
[PULL 2/5] pnv_phb4_pec: Keep track of instantiated PHBs
,
Daniel Henrique Barboza
,
2023/03/03
[PULL 3/5] pnv_phb4_pec: Only export existing PHBs to the device tree
,
Daniel Henrique Barboza
,
2023/03/03
[PULL 4/5] pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful file
,
Daniel Henrique Barboza
,
2023/03/03
[PULL 5/5] pnv_phb4_pec: Simplify/align code to parent user-created PHBs
,
Daniel Henrique Barboza
,
2023/03/03
Re: [PULL 0/5] ppc queue
,
Peter Maydell
,
2023/03/04
Re: [PATCH v2 66/76] target/sparc: Drop get_temp_i32
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 69/76] target/sparc: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 68/76] target/sparc: Drop free_compare
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 67/76] target/sparc: Remove egress label in disas_sparc_context
,
Peter Maydell
,
2023/03/03
Re: [PATCH 66/76] target/sparc: Drop get_temp_i32
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 65/76] target/sparc: Drop get_temp_tl
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 35/76] target/m68k: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 34/76] target/m68k: Drop free_cond
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 33/76] target/m68k: Drop mark_to_release
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 36/76] target/microblaze: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 29/76] target/hppa: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 49/76] target/openrisc: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 64/76] target/sh4: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 54/76] target/rx: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 48/76] target/nios2: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 23/76] target/cris: Drop addr from dec10_ind_move_m_pr
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 24/76] target/cris: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 22/76] target/cris: Drop cris_alu_m_free_temps
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 21/76] target/cris: Drop cris_alu_free_temps
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 20/76] target/avr: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 19/76] target/avr: Drop R from trans_COM
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 18/76] target/avr: Drop DisasContext.free_skip_var0
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 75/76] tcg: Create tcg/tcg-temp-internal.h
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 73/76] include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 17/76] target/arm: Drop tcg_temp_free from translator.h
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 16/76] target/arm: Drop tcg_temp_free from translator-vfp.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 15/76] target/arm: Drop tcg_temp_free from translator-sve.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 14/76] target/arm: Drop tcg_temp_free from translator-sme.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 13/76] target/arm: Drop tcg_temp_free from translator-neon.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 12/76] target/arm: Drop tcg_temp_free from translator-mve.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 11/76] target/arm: Drop tcg_temp_free from translator-m-nocp.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 10/76] target/arm: Drop tcg_temp_free from translator-a64.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 09/76] target/arm: Drop new_tmp_a64_zero
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 08/76] target/arm: Drop new_tmp_a64
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 07/76] target/arm: Drop DisasContext.tmp_a64
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 06/76] target/arm: Drop tcg_temp_free from translator.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 05/76] target/arm: Remove value_global from DisasCompare
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 04/76] target/arm: Remove arm_free_cc, a64_free_cc
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 03/76] target/alpha: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 02/76] accel/tcg: Remove translator_loop_temp_check
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 01/76] tcg: Remove tcg_check_temp_count, tcg_clear_temp_count
,
Peter Maydell
,
2023/03/03
Re: [PATCH v5 4/7] hw/ppc/pegasos2: Fix PCI interrupt routing
,
Daniel Henrique Barboza
,
2023/03/03
[PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 01/18] hw/ide/piix: Expose output IRQ as properties for late object population
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 02/18] hw/ide/piix: Allow using PIIX3-IDE as standalone PCI function
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 03/18] hw/i386/pc_piix: Wire PIIX3 IDE ouput IRQs to ISA bus IRQs 14/15
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 04/18] hw/isa/piix4: Wire PIIX4 IDE ouput IRQs to ISA bus IRQs 14/15
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 05/18] hw/ide: Rename ISA specific ide_init_ioport -> ide_bus_init_ioport_isa
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 06/18] hw/ide/piix: Ensure IDE output IRQs are wired at realization
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 07/18] hw/isa: Deprecate isa_get_irq() in favor of isa_bus_get_irq()
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 08/18] hw/ide: Introduce generic ide_init_ioport()
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 09/18] hw/ide/piix: Use generic ide_bus_init_ioport()
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 10/18] hw/isa: Ensure isa_register_portio_list() do not get NULL ISA device
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 11/18] hw/isa: Simplify isa_address_space[_io]()
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 12/18] hw/isa: Reduce 'isabus' singleton scope to isa_bus_new()
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 13/18] exec/ioport: Factor portio_list_register_flush_coalesced() out
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 14/18] exec/ioport: Factor portio_list_register() out
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 15/18] hw/southbridge/piix: Use OBJECT_DECLARE_SIMPLE_TYPE() macro
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 16/18] hw/isa/piix: Batch register QOM types using DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 17/18] hw/isa/piix: Unify QOM type name of PIIX ISA function
,
Philippe Mathieu-Daudé
,
2023/03/02
[PATCH v3 18/18] hw/isa/piix: Unify PIIX-ISA QOM type names using qdev aliases
,
Philippe Mathieu-Daudé
,
2023/03/02
Re: [PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
,
Michael S. Tsirkin
,
2023/03/02
Re: [PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
,
David Woodhouse
,
2023/03/03
Re: [PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
,
Mark Cave-Ayland
,
2023/03/03
Re: [PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
,
Philippe Mathieu-Daudé
,
2023/03/03
Re: [PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
,
BALATON Zoltan
,
2023/03/03
Re: [PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
,
Bernhard Beschow
,
2023/03/04
Re: [PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
,
BALATON Zoltan
,
2023/03/03
Re: [PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
,
BALATON Zoltan
,
2023/03/03
Re: [PATCH v5 7/7] hw/audio/via-ac97: Basic implementation of audio playback
,
BALATON Zoltan
,
2023/03/02
Re: [PATCH v5 7/7] hw/audio/via-ac97: Basic implementation of audio playback
,
Volker Rümelin
,
2023/03/03
Re: [PATCH v5 1/7] hw/display/sm501: Add debug property to control pixman usage
,
BALATON Zoltan
,
2023/03/02
Re: [PATCH v5 0/4] AioContext removal: LinuxAioState and ThreadPool
,
Stefan Hajnoczi
,
2023/03/02
Re: [PATCH v5 0/4] AioContext removal: LinuxAioState and ThreadPool
,
Kevin Wolf
,
2023/03/14
[PATCH v4 00/26] gdbstub/next: re-organise and split build
,
Alex Bennée
,
2023/03/02
[PATCH v4 01/26] gdbstub/internals.h: clean up include guard
,
Alex Bennée
,
2023/03/02
[PATCH v4 02/26] gdbstub: fix-up copyright and license files
,
Alex Bennée
,
2023/03/02
[PATCH v4 03/26] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
,
Alex Bennée
,
2023/03/02
[PATCH v4 05/26] gdbstub: define separate user/system structures
,
Alex Bennée
,
2023/03/02
[PATCH v4 07/26] includes: move tb_flush into its own header
,
Alex Bennée
,
2023/03/02
[PATCH v4 06/26] gdbstub: move GDBState to shared internals header
,
Alex Bennée
,
2023/03/02
[PATCH v4 04/26] gdbstub: clean-up indent on gdb_exit
,
Alex Bennée
,
2023/03/02
Re: [PATCH v4 04/26] gdbstub: clean-up indent on gdb_exit
,
Daniel Henrique Barboza
,
2023/03/03
[PATCH v4 08/26] gdbstub: move fromhex/tohex routines to internals
,
Alex Bennée
,
2023/03/02
[PATCH v4 10/26] gdbstub: move chunk of softmmu functionality to own file
,
Alex Bennée
,
2023/03/02
[PATCH v4 09/26] gdbstub: make various helpers visible to the rest of the module
,
Alex Bennée
,
2023/03/02
[PATCH v4 12/26] gdbstub: rationalise signal mapping in softmmu
,
Alex Bennée
,
2023/03/02
[PATCH v4 11/26] gdbstub: move chunks of user code into own files
,
Alex Bennée
,
2023/03/02
[PATCH v4 26/26] gdbstub: move update guest debug to accel ops
,
Alex Bennée
,
2023/03/02
[PATCH v4 24/26] include: split target_long definition from cpu-defs
,
Alex Bennée
,
2023/03/02
[PATCH v4 13/26] gdbstub: abstract target specific details from gdb_put_packet_binary
,
Alex Bennée
,
2023/03/02
[PATCH v4 23/26] testing: probe gdb for supported architectures ahead of time
,
Alex Bennée
,
2023/03/02
[PATCH v4 18/26] gdbstub: fix address type of gdb_set_cpu_pc
,
Alex Bennée
,
2023/03/02
[PATCH v4 22/26] gdbstub: only compile gdbstub twice for whole build
,
Alex Bennée
,
2023/03/02
[PATCH v4 17/26] gdbstub: specialise stub_can_reverse
,
Alex Bennée
,
2023/03/02
[PATCH v4 14/26] gdbstub: specialise handle_query_attached
,
Alex Bennée
,
2023/03/02
[PATCH v4 15/26] gdbstub: specialise target_memory_rw_debug
,
Alex Bennée
,
2023/03/02
[PATCH v4 19/26] gdbstub: don't use target_ulong while handling registers
,
Alex Bennée
,
2023/03/02
[PATCH v4 21/26] gdbstub: move syscall handling to new file
,
Alex Bennée
,
2023/03/02
[PATCH v4 20/26] gdbstub: move register helpers into standalone include
,
Alex Bennée
,
2023/03/02
[PATCH v4 16/26] gdbstub: introduce gdb_get_max_cpus
,
Alex Bennée
,
2023/03/02
[PATCH v4 25/26] gdbstub: split out softmmu/user specifics for syscall handling
,
Alex Bennée
,
2023/03/02
[PATCH 0/4] user-created PHB cleanup
,
Frederic Barrat
,
2023/03/02
[PATCH 2/4] pnv_phb4_pec: Only export existing PHBs to the device tree
,
Frederic Barrat
,
2023/03/02
Re: [PATCH 2/4] pnv_phb4_pec: Only export existing PHBs to the device tree
,
Daniel Henrique Barboza
,
2023/03/03
[PATCH 1/4] pnv_phb4_pec: Keep track of instantiated PHBs
,
Frederic Barrat
,
2023/03/02
Re: [PATCH 1/4] pnv_phb4_pec: Keep track of instantiated PHBs
,
Philippe Mathieu-Daudé
,
2023/03/02
Re: [PATCH 1/4] pnv_phb4_pec: Keep track of instantiated PHBs
,
Daniel Henrique Barboza
,
2023/03/03
Re: [PATCH 1/4] pnv_phb4_pec: Keep track of instantiated PHBs
,
Frederic Barrat
,
2023/03/03
Re: [PATCH 1/4] pnv_phb4_pec: Keep track of instantiated PHBs
,
Daniel Henrique Barboza
,
2023/03/03
[PATCH 4/4] pnv_phb4_pec: Simplify/align code to parent user-created PHBs
,
Frederic Barrat
,
2023/03/02
Re: [PATCH 4/4] pnv_phb4_pec: Simplify/align code to parent user-created PHBs
,
Daniel Henrique Barboza
,
2023/03/03
[PATCH 3/4] pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful file
,
Frederic Barrat
,
2023/03/02
Re: [PATCH 3/4] pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful file
,
Daniel Henrique Barboza
,
2023/03/03
Re: [PATCH 0/4] user-created PHB cleanup
,
Daniel Henrique Barboza
,
2023/03/03
Bug in master branch: IbmPrep40pMachine.test_factory_firmware_and_netbsd broken
,
Thomas Huth
,
2023/03/02
Re: Bug in master branch: IbmPrep40pMachine.test_factory_firmware_and_netbsd broken
,
Cédric Le Goater
,
2023/03/02
Re: Bug in master branch: IbmPrep40pMachine.test_factory_firmware_and_netbsd broken
,
Philippe Mathieu-Daudé
,
2023/03/02
Re: Bug in master branch: IbmPrep40pMachine.test_factory_firmware_and_netbsd broken
,
Cédric Le Goater
,
2023/03/02
Re: Bug in master branch: IbmPrep40pMachine.test_factory_firmware_and_netbsd broken
,
Mark Cave-Ayland
,
2023/03/02
Re: [PATCH v7 00/23] Consolidate PIIX south bridges
,
Michael S. Tsirkin
,
2023/03/01
Re: [PATCH v7 00/23] Consolidate PIIX south bridges
,
Bernhard Beschow
,
2023/03/02
Re: [PATCH 0/5] hw/timer/i8254: Un-inline and simplify IRQs
,
Michael S. Tsirkin
,
2023/03/01
Re: [PATCH v3 4/8] hw/isa/vt82c686: Implement PCI IRQ routing
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH v3 4/8] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH v3 4/8] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH v6 4/4] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Michael S. Tsirkin
,
2023/03/01
Re: [PATCH v6 4/4] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Paul Durrant
,
2023/03/02
Re: [PATCH v6 4/4] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Thomas Huth
,
2023/03/10
Re: [PATCH v4 0/7] Pegasos2 fixes and audio output support
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH v4 0/7] Pegasos2 fixes and audio output support
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH 55/70] target/sparc: Avoid tcg_const_{tl,i32}
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH 55/70] target/sparc: Avoid tcg_const_{tl,i32}
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH v2 00/76] tcg: Drop tcg_temp_free from translators
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH v2 00/76] tcg: Drop tcg_temp_free from translators
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 07/10] hw/ide/piix: Require an ISABus only for user-created instances
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH v2 07/10] hw/ide/piix: Require an ISABus only for user-created instances
,
Bernhard Beschow
,
2023/03/01
Re: [PATCH v5 1/4] linux-aio: use LinuxAioState from the running thread
,
Stefan Hajnoczi
,
2023/03/01
Re: [PATCH v5 1/4] linux-aio: use LinuxAioState from the running thread
,
Kevin Wolf
,
2023/03/07
Re: [PATCH v5 1/4] linux-aio: use LinuxAioState from the running thread
,
Paolo Bonzini
,
2023/03/07
Re: [PATCH v5 1/4] linux-aio: use LinuxAioState from the running thread
,
Kevin Wolf
,
2023/03/07
Re: [PATCH v5 1/4] linux-aio: use LinuxAioState from the running thread
,
Stefan Hajnoczi
,
2023/03/07
Re: [PATCH v5 1/4] linux-aio: use LinuxAioState from the running thread
,
Kevin Wolf
,
2023/03/08
Re: [PATCH v5 1/4] linux-aio: use LinuxAioState from the running thread
,
Stefan Hajnoczi
,
2023/03/08
Re: [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH 3/5] hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH 2/5] hw/isa/vt82c686: Implement PCI IRQ routing
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH 2/5] hw/isa/vt82c686: Implement PCI IRQ routing
,
Bernhard Beschow
,
2023/03/01
Re: [PATCH 1/5] hw/ppc/pegasos2: Initialize VT8231 PCI IRQ router
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH 1/5] hw/ppc/pegasos2: Initialize VT8231 PCI IRQ router
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH 0/5] Pegasos2 fixes and audio output support
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH 0/5] Pegasos2 fixes and audio output support
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH 0/5] Pegasos2 fixes and audio output support
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH 0/5] Pegasos2 fixes and audio output support
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH 0/5] Pegasos2 fixes and audio output support
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH 0/5] Pegasos2 fixes and audio output support
,
Bernhard Beschow
,
2023/03/01
Re: [PATCH 0/5] Pegasos2 fixes and audio output support
,
BALATON Zoltan
,
2023/03/01
Re: hw/ppc/mac_newworld: Problem with Uninorth IRQ lines
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
,
Bernhard Beschow
,
2023/03/01
Re: [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
,
David Woodhouse
,
2023/03/01
Re: [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
,
David Woodhouse
,
2023/03/01
Re: [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
,
David Woodhouse
,
2023/03/01
Re: [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
,
David Woodhouse
,
2023/03/02
[PATCH] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
David Woodhouse
,
2023/03/02
Re: [PATCH] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
David Woodhouse
,
2023/03/02
Re: [PATCH] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
,
BALATON Zoltan
,
2023/03/02
Re: [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
,
BALATON Zoltan
,
2023/03/02
Re: [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
,
Bernhard Beschow
,
2023/03/01
Re: [PATCH v5 2/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
,
Bernhard Beschow
,
2023/03/01
Re: [PATCH v5 2/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH v5 2/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
,
Philippe Mathieu-Daudé
,
2023/03/02
Re: [PATCH v5 2/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
,
Philippe Mathieu-Daudé
,
2023/03/02
Re: [PATCH v5 2/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
,
BALATON Zoltan
,
2023/03/02
Re: [PATCH v5 2/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
,
Philippe Mathieu-Daudé
,
2023/03/02
Re: [PATCH v5 3/7] hw/isa/vt82c686: Implement PCI IRQ routing
,
Bernhard Beschow
,
2023/03/01
Re: [PATCH v5 3/7] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/01
Re: [PATCH v5 3/7] hw/isa/vt82c686: Implement PCI IRQ routing
,
Bernhard Beschow
,
2023/03/01
Re: [PATCH v5 3/7] hw/isa/vt82c686: Implement PCI IRQ routing
,
BALATON Zoltan
,
2023/03/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc