qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-06 10:11:04 to 2022-09-07 00:38:37 UTC [more...]

[PATCH v2] KVM: dirty ring: add missing memory barrier
 2022-09-07  0:37 UTC  (2+ messages)

[PATCH 0/4] Make serial msmouse work
 2022-09-06 22:41 UTC  (6+ messages)
` [PATCH 1/4] msmouse: Handle mouse reset
` [PATCH 2/4] chardev: src buffer const for write functions
` [PATCH 3/4] msmouse: Add pnp data
` [PATCH 4/4] serial: Allow unaligned i/o access

[PATCH] Hexagon (target/hexagon) implement mutability mask for GPRs
 2022-09-06 22:26 UTC  (2+ messages)

[RFC PATCH 0/3] Initial PECI bus support
 2022-09-06 22:05 UTC  (4+ messages)
` [RFC PATCH 1/3] hw/peci: add initial support for PECI
` [RFC PATCH 2/3] hw/peci: add PECI support for NPCM7xx BMCs
` [RFC PATCH 3/3] hw/peci: add support for EndPointConfig reads

[PATCH v1 0/8] migration: introduce dirtylimit capability
 2022-09-06 20:46 UTC  (4+ messages)
` [PATCH v1 4/8] migration: Implement dirty-limit convergence algo

[RFC PATCH] target/arm: update the cortex-a15 MIDR to latest rev
 2022-09-06 20:45 UTC  (4+ messages)

Maximum QMP reply size
 2022-09-06 20:29 UTC  (2+ messages)

[PATCH v2 0/2] Fix dumping in kdump format with non-aligned memory
 2022-09-06 20:11 UTC  (3+ messages)
` [PATCH v2 2/2] dump: fix kdump to work over non-aligned blocks

[PATCH v2 0/8] Multiple ppc instructions fixes
 2022-09-06 20:07 UTC  (11+ messages)
` [PATCH v2 1/8] target/ppc: Remove extra space from s128 field in ppc_vsr_t
` [PATCH v2 2/8] target/ppc: Remove unused xer_* macros
` [PATCH v2 3/8] target/ppc: Zero second doubleword in DFP instructions
` [PATCH v2 4/8] target/ppc: Set result to QNaN for DENBCD when VXCVI occurs
` [PATCH v2 5/8] target/ppc: Zero second doubleword for VSX madd instructions
` [PATCH v2 6/8] target/ppc: Set OV32 when OV is set
` [PATCH v2 7/8] target/ppc: Zero second doubleword of VSR registers for FPR insns
` [PATCH v2 8/8] target/ppc: Clear fpstatus flags on helpers missing it

[PATCH 0/3] target/ppc: Move fsqrt[s] to decodetree
 2022-09-06 20:07 UTC  (9+ messages)
` [PATCH 3/3] target/ppc: Merge fsqrt and fsqrts helpers

[PATCH 0/8] Patch series to set up a ppc64le CI
 2022-09-06 19:52 UTC  (2+ messages)

[PATCH v4 0/3] Implement Power ISA 3.1B hash insns
 2022-09-06 18:44 UTC  (2+ messages)

[PATCH 0/4] Fix USB network CDC-ECM mode support
 2022-09-06 18:30 UTC  (5+ messages)
` [PATCH 1/4] usbnet: Add missing usb_wakeup() call in usbnet_receive()
` [PATCH 2/4] usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER request
` [PATCH 3/4] usbnet: Detect short packets as sent by the xHCI controller
` [PATCH 4/4] usbnet: Report link-up via interrupt endpoint in CDC-ECM mode

[PATCH] hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"
 2022-09-06 17:52 UTC  (2+ messages)

[PATCH 0/3] Vhost-vdpa Shadow Virtqueue VLAN support
 2022-09-06 16:36 UTC  (4+ messages)
` [PATCH 1/3] virtio-net: do not reset vlan filtering at set_features
` [PATCH 2/3] vdpa: load vlan configuration at NIC startup
` [PATCH 3/3] vdpa: Support VLAN on nic control shadow virtqueue

[PATCH] tests/qtest: npcm7xx-emc-test: Skip checking MAC
 2022-09-06 16:31 UTC 

[PATCH] 9pfs: use GHashMap for fid table
 2022-09-06 15:23 UTC  (3+ messages)
` [PATCH] 9pfs: use GHashTable "

[PATCH 2/4] hw/intc: sifive_plic.c: Fix interrupt priority index
 2022-09-06 15:13 UTC  (3+ messages)

[PATCH v4 0/6] Vhost-vdpa Shadow Virtqueue multiqueue support
 2022-09-06 15:07 UTC  (7+ messages)
` [PATCH v4 1/6] vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack type
` [PATCH v4 2/6] vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load
` [PATCH v4 3/6] vdpa: Add vhost_vdpa_net_load_mq
` [PATCH v4 4/6] vdpa: validate MQ CVQ commands
` [PATCH v4 5/6] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends
` [PATCH v4 6/6] vdpa: Allow MQ feature in SVQ

sphinx-build is really slow, any way to improve that?
 2022-09-06 13:57 UTC  (5+ messages)

[PATCH V4 0/3] hw/riscv: virt: Enable booting S-mode firmware from pflash
 2022-09-06 13:32 UTC  (5+ messages)
` [PATCH V4 1/3] hw/arm, loongarch: Move load_image_to_fw_cfg() to common location
  ` [PATCH V4 1/3] hw/arm,loongarch: "

[PATCH v2 00/23] target/i386: pc-relative translation blocks
 2022-09-06 14:50 UTC  (29+ messages)
` [PATCH v2 01/23] target/i386: Remove pc_start
` [PATCH v2 02/23] target/i386: Return bool from disas_insn
` [PATCH v2 03/23] target/i386: Remove cur_eip argument to gen_exception
` [PATCH v2 04/23] target/i386: Remove cur_eip, next_eip arguments to gen_interrupt
` [PATCH v2 05/23] target/i386: Create gen_update_eip_cur
` [PATCH v2 06/23] target/i386: Create gen_update_eip_next
` [PATCH v2 07/23] target/i386: Introduce DISAS_EOB*
` [PATCH v2 08/23] target/i386: Use DISAS_EOB* in gen_movl_seg_T0
` [PATCH v2 09/23] target/i386: Use DISAS_EOB_NEXT
` [PATCH v2 10/23] target/i386: USe DISAS_EOB_ONLY
` [PATCH v2 11/23] target/i386: Create cur_insn_len, cur_insn_len_i32
` [PATCH v2 12/23] target/i386: Remove cur_eip, next_eip arguments to gen_repz*
` [PATCH v2 13/23] target/i386: Introduce DISAS_JUMP
` [PATCH v2 14/23] target/i386: Truncate values for lcall_real to i32
` [PATCH v2 15/23] target/i386: Create eip_next_*
` [PATCH v2 16/23] target/i386: Use DISAS_TOO_MANY to exit after gen_io_start
` [PATCH v2 17/23] target/i386: Create gen_jmp_rel
` [PATCH v2 18/23] target/i386: Use gen_jmp_rel for loop and jecxz insns
` [PATCH v2 19/23] target/i386: Use gen_jmp_rel for gen_jcc
` [PATCH v2 20/23] target/i386: Use gen_jmp_rel for gen_repz*
` [PATCH v2 21/23] target/i386: Use gen_jmp_rel for DISAS_TOO_MANY
` [PATCH v2 22/23] target/i386: Create gen_eip_cur
` [PATCH v2 23/23] target/i386: Enable TARGET_TB_PCREL

[PATCH v4 0/7] tcg: pc-relative translation blocks
 2022-09-06 13:30 UTC  (9+ messages)
` [PATCH v4 1/7] accel/tcg: Use bool for page_find_alloc
` [PATCH v4 4/7] include/hw/core: Create struct CPUJumpCache
` [PATCH v4 7/7] accel/tcg: Split log_cpu_exec into inline and slow path

[PATCH v1 00/26] target/s390x: pc-relative translation
 2022-09-06 14:34 UTC  (32+ messages)
` [PATCH v1 01/26] target/s390x: Use tcg_constant_* in local contexts
` [PATCH v1 02/26] target/s390x: Use tcg_constant_* for DisasCompare
` [PATCH v1 03/26] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
` [PATCH v1 04/26] target/s390x: Use tcg_constant_* in translate_vx.c.inc
` [PATCH v1 05/26] target/s390x: Change help_goto_direct to work on displacements
` [PATCH v1 06/26] target/s390x: Introduce gen_psw_addr_disp
` [PATCH v1 07/26] target/s390x: Remove pc argument to pc_to_link_into
` [PATCH v1 08/26] target/s390x: Use gen_psw_addr_disp in pc_to_link_info
` [PATCH v1 09/26] target/s390x: Use gen_psw_addr_disp in save_link_info
` [PATCH v1 10/26] target/s390x: Use gen_psw_addr_disp in op_sam
` [PATCH v1 11/26] target/s390x: Use ilen instead in branches
` [PATCH v1 12/26] target/s390x: Move masking of psw.addr to cpu_get_tb_cpu_state
` [PATCH v1 13/26] target/s390x: Add disp argument to update_psw_addr
` [PATCH v1 14/26] target/s390x: Don't set gbea for user-only
` [PATCH v1 15/26] target/s390x: Introduce per_enabled
` [PATCH v1 16/26] target/s390x: Disable conditional branch-to-next for PER
` [PATCH v1 17/26] target/s390x: Introduce help_goto_indirect
` [PATCH v1 18/26] target/s390x: Split per_branch
` [PATCH v1 19/26] target/s390x: Simplify help_branch
` [PATCH v1 20/26] target/s390x: Split per_breaking_event from per_branch_*
` [PATCH v1 21/26] target/s390x: Remove PER check from use_goto_tb
` [PATCH v1 22/26] target/s390x: Pass original r2 register to BCR
` [PATCH v1 23/26] tcg: Pass TCGTempKind to tcg_temp_new_internal
` [PATCH v1 24/26] tcg: Introduce tcg_temp_ebb_new_*
` [PATCH v1 25/26] tcg: Introduce tcg_temp_is_normal_*
` [PATCH v1 26/26] target/s390x: Enable TARGET_TB_PCREL

[PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits
 2022-09-06 14:19 UTC  (17+ messages)
` [PATCH v2 07/11] acpi/tests/bits: add python test that exercizes QEMU bios tables "
` [PATCH v2 10/11] pytest: add pytest to the meson build system

[PATCH v2] hw/ide/piix: Ignore writes of hardwired PCI command register bits
 2022-09-06 14:23 UTC  (3+ messages)

[PATCH 0/1] hw/ide: share bmdma read and write functions
 2022-09-06 14:26 UTC  (2+ messages)

[PATCH 0/3] improve error handling for module load
 2022-09-06 14:21 UTC  (6+ messages)
` [PATCH 1/3] module: removed unused function argument "mayfail"
` [PATCH 2/3] module: add Error arguments to module_load_one and module_load_qom_one
` [PATCH 3/3] accel: abort if we fail to load the accelerator plugin

[PATCH 00/17] acpi:pc/q35: minor PCI refactoring/cleanups
 2022-09-06 13:10 UTC  (3+ messages)

[PULL v3 00/20] tcg patch queue
 2022-09-06 12:30 UTC  (2+ messages)

[RFC PATCH] docs/system: clean up code escape for riscv virt platform
 2022-09-06 12:26 UTC  (3+ messages)

[PATCH v4 0/9] target/arm: pc-relative translation blocks
 2022-09-06 13:02 UTC  (14+ messages)
` [PATCH v4 1/9] target/arm: Introduce curr_insn_len
` [PATCH v4 2/9] target/arm: Change gen_goto_tb to work on displacements
` [PATCH v4 3/9] target/arm: Change gen_*set_pc_im to gen_*update_pc
` [PATCH v4 4/9] target/arm: Change gen_exception_insn* to work on displacements
` [PATCH v4 5/9] target/arm: Change gen_exception_internal "
` [PATCH v4 6/9] target/arm: Change gen_jmp* "
` [PATCH v4 7/9] target/arm: Introduce gen_pc_plus_diff for aarch64
` [PATCH v4 8/9] target/arm: Introduce gen_pc_plus_diff for aarch32
` [PATCH v4 9/9] target/arm: Enable TARGET_TB_PCREL

[PATCH 00/11] Add support for the T-Head vendor extensions
 2022-09-06 12:22 UTC  (12+ messages)
` [PATCH 01/11] riscv: Add privilege level to DisasContext
` [PATCH 02/11] RISC-V: Adding T-Head CMO instructions
` [PATCH 03/11] RISC-V: Adding T-Head SYNC instructions
` [PATCH 04/11] RISC-V: Adding T-Head Bitmanip instructions
` [PATCH 05/11] RISC-V: Adding T-Head CondMov instructions
` [PATCH 06/11] RISC-V: Adding T-Head multiply-accumulate instructions
` [PATCH 07/11] RISC-V: Adding T-Head XMAE support
` [PATCH 08/11] RISC-V: Adding T-Head MemPair extension
` [PATCH 09/11] RISC-V: Adding T-Head MemIdx extension
` [PATCH 10/11] RISC-V: Adding T-Head FMemIdx extension
` [PATCH 11/11] RISC-V: Add initial support for T-Head C906 and C910 CPUs

[PULL 0/1] baum: better document usb-braille configuration
 2022-09-06 12:36 UTC  (2+ messages)

[PATCH] hw/xen: set pci Atomic Ops requests for passthrough device
 2022-09-06  7:40 UTC 

[PATCH] accel: print an error message and exit if plugin not loaded
 2022-09-06 12:14 UTC  (7+ messages)

[PATCH 00/51] tests/qtest: Enable running qtest on Windows
 2022-09-06 12:06 UTC  (11+ messages)
` [PATCH 49/51] io/channel-watch: Fix socket watch "

[PATCH v9 00/10] s390x: CPU Topology
 2022-09-06 11:49 UTC  (3+ messages)
` [PATCH v9 03/10] s390x/cpu topology: reporting the CPU topology to the guest

[PATCH v2 1/2] x86: only modify setup_data if the boot protocol indicates safety
 2022-09-06 11:33 UTC  (11+ messages)
          ` [PATCH v3 "
            ` [PATCH v3 2/2] x86: re-enable rng seeding via setup_data

[PATCH] x86: only modify setup_data if the boot protocol indicates safety
 2022-09-06 10:44 UTC  (6+ messages)
    ` [PATCH v2 1/2] "
      ` [PATCH v2 2/2] x86: re-enable rng seeding via setup_data

[PATCH 00/11] crypto: improve robustness of LUKS metadata validation
 2022-09-06  9:30 UTC  (5+ messages)
` [PATCH 01/11] crypto: sanity check that LUKS header strings are NUL-terminated
` [PATCH 04/11] crypto: validate that LUKS payload doesn't overlap with header


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).