qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-03 13:48:50 to 2023-11-06 07:07:10 UTC [more...]

[PATCH 00/71] *: Constify VMState
 2023-11-06  6:58 UTC  (26+ messages)
` [PATCH 01/71] migration: Make VMStateDescription.subsections const
` [PATCH 03/71] targt/arm: Constify hvf/hvf.c
` [PATCH 04/71] target/alpha: Constify VMState in machine.c
` [PATCH 05/71] target/avr: "
` [PATCH 10/71] target/m68k: "
` [PATCH 12/71] target/mips: "
` [PATCH 13/71] target/openrisc: "
` [PATCH 14/71] target/ppc: "
` [PATCH 15/71] target/riscv: "
` [PATCH 20/71] hw/9pfs: Constify VMState
` [PATCH 22/71] hw/adc: "
` [PATCH 23/71] hw/audio: "
` [PATCH 25/71] hw/char: "
` [PATCH 26/71] hw/display: "
` [PATCH 27/71] hw/dma: "
` [PATCH 31/71] hw/i386: "
` [PATCH 33/71] hw/input: "
` [PATCH 34/71] hw/intc: "
` [PATCH 36/71] hw/ipmi: "
` [PATCH 37/71] hw/isa: "
` [PATCH 39/71] hw/m68k: "
` [PATCH 48/71] hw/riscv: "
` [PATCH 49/71] hw/rtc: "
` [PATCH 52/71] hw/sd: "
` [PATCH 68/71] replay: "

[PATCH v3 1/1] hmp: synchronize cpu state for lapic info
 2023-11-06  6:46 UTC  (5+ messages)

[PATCH v7 0/7] Misc ppc/mac machines clean up
 2023-11-06  6:45 UTC  (11+ messages)
` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
                  ` Error detecting linker while compiling qemu-system-ppc on macOS

[PATCH 0/2] hw/audio/hda-codec bug fixes
 2023-11-06  6:34 UTC  (5+ messages)
` [PATCH 1/2] hw/audio/hda-codec: fix multiplication overflow
` [PATCH 2/2] hw/audio/hda-codec: reenable the audio mixer

[PATCH v2 0/4] hvf x86 correctness and efficiency improvements part 1
 2023-11-06  5:24 UTC  (7+ messages)
` [PATCH v2 1/4] i386: hvf: Adds support for INVTSC cpuid bit
` [PATCH v2 2/4] hvf: Fixes some compilation warnings
` [PATCH v2 3/4] hvf: Consistent types for vCPU handles

[RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
 2023-11-06  4:17 UTC  (6+ messages)

[PATCH v2 0/4] Support RISC-V IOPMP
 2023-11-06  1:56 UTC  (7+ messages)
` [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs

[PULL 0/9] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
 2023-11-06  1:33 UTC  (11+ messages)
` [PULL 1/9] memory-device: Support empty memory devices
` [PULL 2/9] memory-device: Drop size alignment check
` [PULL 3/9] Add Hyper-V Dynamic Memory Protocol definitions
` [PULL 4/9] Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) base
` [PULL 5/9] Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add support
` [PULL 6/9] qapi: Add query-memory-devices support to hv-balloon
` [PULL 7/9] qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command
` [PULL 8/9] hw/i386/pc: Support hv-balloon
` [PULL 9/9] MAINTAINERS: Add an entry for Hyper-V Dynamic Memory Protocol

[PATCH v5 0/5] Support discontinuous PMU counters
 2023-11-06  1:15 UTC  (2+ messages)

[PATCH] linux-user/riscv: change default cpu to 'max'
 2023-11-06  0:12 UTC  (4+ messages)

[PATCH 0/2] RISC-V: OpenTitan: Fixup ePMP and SPI interrupts
 2023-11-06  0:09 UTC  (2+ messages)

[PATCH 00/29] gdbstub and plugin read register and windows support
 2023-11-05 20:55 UTC  (35+ messages)
` [PATCH 01/29] default-configs: Add TARGET_XML_FILES definition
` [PATCH 02/29] gdb-xml: fix duplicate register in arm-neon.xml
` [PATCH 03/29] target/arm: hide the 32bit version of PAR from gdbstub
` [PATCH 04/29] target/arm: hide all versions of DBGD[RS]AR "
` [PATCH 05/29] target/arm: hide aliased MIDR "
` [PATCH 06/29] tests/tcg: add an explicit gdbstub register tester
` [PATCH 07/29] tests/avocado: update the tcg_plugins test
` [PATCH 08/29] gdbstub: Add num_regs member to GDBFeature
` [PATCH 09/29] gdbstub: Introduce gdb_find_static_feature()
` [PATCH 10/29] gdbstub: Introduce GDBFeatureBuilder
` [PATCH 11/29] target/arm: Use GDBFeature for dynamic XML
` [PATCH 12/29] target/ppc: "
` [PATCH 13/29] target/riscv: "
` [PATCH 14/29] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH 15/29] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH 16/29] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH 17/29] gdbstub: Simplify XML lookup
` [PATCH 18/29] gdbstub: Infer number of core registers from XML
` [PATCH 19/29] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH 20/29] gdbstub: Add members to identify registers to GDBFeature
` [PATCH 21/29] gdbstub: expose api to find registers
` [PATCH 22/29] cpu: Call plugin hooks only when ready
` [PATCH 23/29] plugins: Use different helpers when reading registers
` [PATCH 24/29] plugins: add an API to read registers
` [PATCH 25/29] contrib/plugins: extend execlog to track register changes
` [PATCH 26/29] plugins: add dllexport and dllimport to api funcs
` [PATCH 27/29] plugins: make test/example plugins work on windows
` [PATCH 28/29] plugins: disable lockstep plugin "
` [PATCH 29/29] plugins: allow plugins to be enabled "

[PULL 00/21] target/sparc: Cleanup condition codes
 2023-11-05 20:12 UTC  (22+ messages)
` [PULL 01/21] target/sparc: Introduce cpu_put_psr_icc
` [PULL 02/21] target/sparc: Split psr and xcc into components
` [PULL 03/21] target/sparc: Remove CC_OP_LOGIC
` [PULL 04/21] target/sparc: Remove CC_OP_DIV
` [PULL 05/21] target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD
` [PULL 06/21] target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB
` [PULL 07/21] target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV
` [PULL 08/21] target/sparc: Remove CC_OP leftovers
` [PULL 09/21] target/sparc: Remove DisasCompare.is_bool
` [PULL 10/21] target/sparc: Change DisasCompare.c2 to int
` [PULL 11/21] target/sparc: Always copy conditions into a new temporary
` [PULL 12/21] target/sparc: Do flush_cond in advance_jump_cond
` [PULL 13/21] target/sparc: Merge gen_branch2 into advance_pc
` [PULL 14/21] target/sparc: Merge advance_jump_uncond_{never, always} into advance_jump_cond
` [PULL 15/21] target/sparc: Pass displacement to advance_jump_cond
` [PULL 16/21] target/sparc: Merge gen_op_next_insn into only caller
` [PULL 17/21] target/sparc: Record entire jump condition in DisasContext
` [PULL 18/21] target/sparc: Discard cpu_cond at the end of each insn
` [PULL 19/21] target/sparc: Implement UDIVX and SDIVX inline
` [PULL 20/21] target/sparc: Implement UDIV inline
` [PULL 21/21] target/sparc: Check for invalid cond in gen_compare_reg

[PATCH] hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0
 2023-11-05 17:33 UTC  (3+ messages)

[PATCH 0/3] hvf x86 correctness and efficiency improvements
 2023-11-05 15:21 UTC  (9+ messages)
` [PATCH 2/3] i386: hvf: In kick_vcpu use hv_vcpu_interrupt to force exit

[PATCH 0/4] macfb: A/UX fixes for colour LUT
 2023-11-05 14:42 UTC  (9+ messages)
` [PATCH 1/4] macfb: don't clear interrupts when writing to DAFB_RESET
` [PATCH 2/4] macfb: rename DAFB_RESET to DAFB_LUT_INDEX
` [PATCH 3/4] macfb: allow larger write accesses to the DAFB_LUT register
` [PATCH 4/4] macfb: allow reads from "

[PATCH v2 00/21] target/sparc: Cleanup condition codes etc
 2023-11-05 13:22 UTC  (2+ messages)

[PATCH RFC 0/3] hw/misc/pvpanic: add support for normal shutdowns
 2023-11-04 11:25 UTC  (4+ messages)
` [PATCH RFC 1/3] hw/misc/pvpanic: centralize definition of supported events
` [PATCH RFC 2/3] tests/qtest/pvanic: use centralized "
` [PATCH RFC 3/3] hw/misc/pvpanic: add support for normal shutdowns

[PATCH] accel/tcg: Forward probe size on to notdirty_write
 2023-11-04  3:12 UTC 

[PULL 00/94] target/sparc: Convert to decodetree
 2023-11-03 22:54 UTC  (4+ messages)
` [PULL 22/94] target/sparc: Move RDASR, STBAR, MEMBAR "

[PATCH] monitor: flush messages on abort
 2023-11-03 20:28 UTC  (4+ messages)

[PATCH v2 0/4] Enable plugin support for windows
 2023-11-03 19:49 UTC  (2+ messages)

[PATCH v2 00/11] qapi-go: add generator for Golang interface
 2023-11-03 18:34 UTC  (4+ messages)

[PATCH] hw/arm/musicpal: Convert to qemu_add_kbd_event_handler()
 2023-11-03 18:27 UTC 

[PATCH 00/22] target/sparc: floating-point cleanup
 2023-11-03 17:38 UTC  (23+ messages)
` [PATCH 01/22] target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BCOPY
` [PATCH 02/22] target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BFILL
` [PATCH 03/22] target/sparc: Remove gen_dest_fpr_F
` [PATCH 04/22] target/sparc: Introduce gen_{load,store}_fpr_Q
` [PATCH 05/22] target/sparc: Inline FNEG, FABS
` [PATCH 06/22] target/sparc: Use i128 for FSQRTq
` [PATCH 07/22] target/sparc: Use i128 for FADDq, FSUBq, FMULq, FDIVq
` [PATCH 08/22] target/sparc: Use i128 for FqTOs, FqTOi
` [PATCH 09/22] target/sparc: Use i128 for FqTOd, FqTOx
` [PATCH 10/22] target/sparc: Use i128 for FCMPq, FCMPEq
` [PATCH 11/22] target/sparc: Use i128 for FsTOq, FiTOq
` [PATCH 12/22] target/sparc: Use i128 for FdTOq, FxTOq
` [PATCH 13/22] target/sparc: Use i128 for Fdmulq
` [PATCH 14/22] target/sparc: Remove qt0, qt1 temporaries
` [PATCH 15/22] target/sparc: Introduce cpu_get_fsr, cpu_put_fsr
` [PATCH 16/22] target/split: Split ver from env->fsr
` [PATCH 17/22] target/sparc: Clear cexc and ftt in do_check_ieee_exceptions
` [PATCH 18/22] target/sparc: Merge check_ieee_exceptions with FPop helpers
` [PATCH 19/22] target/sparc: Split cexc and ftt from env->fsr
` [PATCH 20/22] target/sparc: Remove cpu_fsr
` [PATCH 21/22] target/sparc: Split fcc out of env->fsr
` [PATCH 22/22] target/sparc: Remove FSR_FTT_NMASK, FSR_FTT_CEXC_NMASK

[PATCH] xen/pt: Emulate multifunction bit in header type
 2023-11-03 17:26 UTC 

[PATCH 0/4] target/s390x: CC fixes
 2023-11-03 17:02 UTC  (4+ messages)

[RFC PATCH 0/5] hw/ppc/e500: Pass array of CPUs as array of canonical QOM paths
 2023-11-03 16:24 UTC  (8+ messages)
` [PATCH 3/5] hw/ppc/e500: QOM-attach CPUs to the machine container

[PATCH 0/3] Hexagon (target/hexagon) Enable more short-circuit packets
 2023-11-03 16:22 UTC  (4+ messages)
` [PATCH 1/3] Hexagon (target/hexagon) Analyze reads before writes
` [PATCH 2/3] Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)
` [PATCH 3/3] Hexagon (target/hexagon) Enable more short-circuit packets (HVX)

[PATCH 0/1] sphinx/qapidoc: pylint cleanups
 2023-11-03 16:17 UTC  (6+ messages)
` [PATCH 1/1] sphinx/qapidoc: Tidy up pylint warning raise-missing-from

[PATCH 0/7] qcow2: make subclusters discardable
 2023-11-03 15:59 UTC  (10+ messages)
` [PATCH 4/7] "
` [PATCH 5/7] qcow2: zero_l2_subclusters: fall through to discard operation when requested
` [PATCH 6/7] iotests/common.rc: add disk_usage function
` [PATCH 7/7] iotests/271: check disk usage on subcluster-based discard/unmap

[PATCH v2 00/10] mirror: allow switching from background to active mode
 2023-11-03 15:56 UTC  (7+ messages)

[PATCH 0/3] Hexagon (target/hexagon) Enable more short-circuit packets
 2023-11-03 15:48 UTC  (3+ messages)

[PATCH] hw/arm: fix PMU IRQ registration
 2023-11-03 15:33 UTC  (3+ messages)

[PATCH v3 0/3] virt: Report UART correctly in ACPI DBG2/SPCR
 2023-11-03 15:26 UTC  (5+ messages)
` [PATCH v3 1/3] tests/qtest/bios-tables-test: Allow changes to virt SPCR and DBG2
` [PATCH v3 2/3] hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables
` [PATCH v3 3/3] tests/qtest/bios-tables-test: Update virt SPCR and DBG2 golden references

[PATCH v5 0/3] Vhost-vdpa Shadow Virtqueue RSS Support
 2023-11-03 14:43 UTC  (5+ messages)
` [PATCH v5 2/3] vdpa: Restore receive-side scaling state
` [PATCH v5 3/3] vdpa: Allow VIRTIO_NET_F_RSS in SVQ

[PATCH v4 0/2] Vhost-vdpa Shadow Virtqueue Hash calculation Support
 2023-11-03 14:18 UTC  (5+ messages)
` [PATCH v4 1/2] vdpa: Restore hash calculation state
` [PATCH v4 2/2] vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQ

[PATCH v2] migration: Unlock mutex in error case
 2023-11-03 14:01 UTC  (2+ messages)

[PATCH v10 00/18] rv64i and rva22u64 CPUs, RVA22U64 profile support
 2023-11-03 13:46 UTC  (12+ messages)
` [PATCH v10 04/18] target/riscv: add rv64i CPU
` [PATCH v10 05/18] target/riscv: add zicbop extension flag
` [PATCH v10 08/18] target/riscv: add rva22u64 profile definition
` [PATCH v10 09/18] target/riscv/kvm: add 'rva22u64' flag as unavailable
` [PATCH v10 10/18] target/riscv/tcg: add user flag for profile support
` [PATCH v10 11/18] target/riscv/tcg: add MISA user options hash
` [PATCH v10 12/18] target/riscv/tcg: add riscv_cpu_write_misa_bit()
` [PATCH v10 13/18] target/riscv/tcg: handle profile MISA bits
` [PATCH v10 14/18] target/riscv/tcg: add hash table insert helpers
` [PATCH v10 16/18] target/riscv/tcg: validate profiles during finalize
` [PATCH v10 17/18] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).