qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-20 01:24:57 to 2021-11-22 11:34:38 UTC [more...]

[PATCH v3 0/3] pc: Support configuration of SMBIOS entry point type
 2021-11-22  9:08 UTC  (5+ messages)
` [PATCH v3 3/3] hw/i386: expose a "smbios-entry-point-type" PC machine property

[PATCH] s390x/ipl: support extended kernel command line size
 2021-11-22 11:29 UTC 

[PATCH v3 0/3] support dirty restraint on vCPU
 2021-11-22 11:26 UTC  (9+ messages)
` [PATCH v3 1/3] migration/dirtyrate: implement vCPU dirtyrate calculation periodically
` [PATCH v3 2/3] cpu-throttle: implement vCPU throttle
` [PATCH v3 3/3] cpus-common: implement dirty limit on vCPU

[PATCH-for-6.2] qom/object: Ignore global properties with empty name
 2021-11-22 11:19 UTC  (2+ messages)

[PATCH-for-6.2 0/2] hw/scsi/megasas: Avoid overflowing the SGL buffer
 2021-11-22 11:17 UTC  (2+ messages)

[PATCH 0/3] hw/qdev: Clarify qdev_connect_gpio_out() documentation
 2021-11-22 11:14 UTC  (3+ messages)
` [PATCH 3/3] hw/input/pckbd: Rename i8042_setup_a20_line() and its a20 irq argument

[PATCH v2 0/5] Check PMP rules num before propagation
 2021-11-22 11:02 UTC  (6+ messages)
` [PATCH v2 1/5] target/riscv: "
` [PATCH v2 2/5] target/riscv: Give a more generic size for tlb
` [PATCH v2 3/5] target/riscv: Discard return value for pmp_is_range_in_tlb
` [PATCH v2 4/5] target/riscv: Rename pmp_is_range_in_tlb
` [PATCH v2 5/5] target/riscv: Modify return and parameter type for pmp_adjust_tlb_size

[RFC PATCH for-7.0 00/35] target/ppc fpu fixes and cleanups
 2021-11-22 11:16 UTC  (6+ messages)
` [PATCH 35/35] test/tcg/ppc64le: Add float reference files

[PULL 0/5] Linux user for 6.2 patches
 2021-11-22 11:13 UTC  (7+ messages)
` [PULL 1/5] linux-user: Split out do_getdents, do_getdents64
` [PULL 2/5] linux-user: Always use flexible arrays for dirent d_name
` [PULL 3/5] linux-user: Fix member types of target_dirent64
` [PULL 4/5] linux-user: Rewrite do_getdents, do_getdents64
` [PULL 5/5] linux-user: fix Coverity CID 1464101

[PATCH] ui/vnc-clipboard: fix adding notifier twice
 2021-11-22 10:03 UTC  (3+ messages)

[PATCH] hw/scsi: Fix scsi_bus_init_named() docstring
 2021-11-22 10:49 UTC  (2+ messages)

[PATCH] hw/misc/auxbus: Improve aux_bus_init() docstring
 2021-11-22 10:48 UTC 

[PATCH v2 1/2] docs: Drop deprecated 'props' from object-add
 2021-11-22 10:47 UTC  (5+ messages)
` [PATCH v2 2/2] docs: Use double quotes instead of single quotes for COLO

[PATCH v7 00/31] LoongArch64 port of QEMU TCG
 2021-11-22 10:42 UTC  (32+ messages)
` [PATCH v7 01/31] elf: Add machine type value for LoongArch
` [PATCH v7 02/31] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer
` [PATCH v7 03/31] tcg/loongarch64: Add the tcg-target.h file
` [PATCH v7 04/31] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PATCH v7 05/31] tcg/loongarch64: Add register names, allocation order and input/output sets
` [PATCH v7 06/31] tcg/loongarch64: Define the operand constraints
` [PATCH v7 07/31] tcg/loongarch64: Implement necessary relocation operations
` [PATCH v7 08/31] tcg/loongarch64: Implement the memory barrier op
` [PATCH v7 09/31] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v7 10/31] tcg/loongarch64: Implement goto_ptr
` [PATCH v7 11/31] tcg/loongarch64: Implement sign-/zero-extension ops
` [PATCH v7 12/31] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc ops
` [PATCH v7 13/31] tcg/loongarch64: Implement deposit/extract ops
` [PATCH v7 14/31] tcg/loongarch64: Implement bswap{16,32,64} ops
` [PATCH v7 15/31] tcg/loongarch64: Implement clz/ctz ops
` [PATCH v7 16/31] tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
` [PATCH v7 17/31] tcg/loongarch64: Implement add/sub ops
` [PATCH v7 18/31] tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PATCH v7 19/31] tcg/loongarch64: Implement br/brcond ops
` [PATCH v7 20/31] tcg/loongarch64: Implement setcond ops
` [PATCH v7 21/31] tcg/loongarch64: Implement tcg_out_call
` [PATCH v7 22/31] tcg/loongarch64: Implement simple load/store ops
` [PATCH v7 23/31] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH v7 24/31] tcg/loongarch64: Implement tcg_target_qemu_prologue
` [PATCH v7 25/31] tcg/loongarch64: Implement exit_tb/goto_tb
` [PATCH v7 26/31] tcg/loongarch64: Implement tcg_target_init
` [PATCH v7 27/31] tcg/loongarch64: Register the JIT
` [PATCH v7 28/31] linux-user: Add safe syscall handling for loongarch64 hosts
` [PATCH v7 29/31] accel/tcg/user-exec: Implement CPU-specific signal handler "
` [PATCH v7 30/31] configure, meson.build: Mark support "
` [PATCH v7 31/31] tests/docker: Add gentoo-loongarch64-cross image and run cross builds in GitLab

[PATCH-for-6.2? 0/2] hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector
 2021-11-22 10:59 UTC  (2+ messages)

[PATCH] hw/net/allwinner_emac: Replace MII_ANAR_TX -> MII_ANLPAR_TX definition
 2021-11-22 10:51 UTC 

[PATCH for-6.2] Fix some typos in documentation (found by codespell)
 2021-11-22 10:43 UTC  (4+ messages)

[PATCH 0/2] Fix broken rST conversion of "submitting-a-patch.rst"
 2021-11-22 10:36 UTC  (5+ messages)
` [PATCH 1/2] docs: Fix botched rST conversion of 'submitting-a-patch.rst'

[PULL 0/2] riscv-to-apply queue
 2021-11-22  9:32 UTC  (4+ messages)
` [PULL 1/2] hw/misc/sifive_u_otp: Use IF_PFLASH for the OTP device instead of IF_NONE
` [PULL 2/2] hw/misc/sifive_u_otp: Do not reset OTP content on hardware reset

[PATCH 00/11] migration: Make multifd use only one write on the send path
 2021-11-22  9:31 UTC  (12+ messages)
` [PATCH 01/11] migration: Remove is_zero_range()
` [PATCH 02/11] dump: Remove is_zero_page()
` [PATCH 03/11] multifd: Fill offset and block for reception
` [PATCH 06/11] migration: Move iov from pages to params

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-22  9:26 UTC  (15+ messages)
` [RFC v2 PATCH 01/13] mm/shmem: Introduce F_SEAL_GUEST
` [RFC v2 PATCH 07/13] KVM: Handle page fault for fd based memslot

[PATCH v11 00/26] Add LoongArch linux-user emulation support
 2021-11-22  8:28 UTC  (42+ messages)
` [PATCH v11 04/26] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v11 05/26] target/loongarch: Add fixed point shift "
` [PATCH v11 06/26] target/loongarch: Add fixed point bit "
` [PATCH v11 07/26] target/loongarch: Add fixed point load/store "
` [PATCH v11 08/26] target/loongarch: Add fixed point atomic "
` [PATCH v11 09/26] target/loongarch: Add fixed point extra "
` [PATCH v11 10/26] target/loongarch: Add floating point arithmetic "
` [PATCH v11 11/26] target/loongarch: Add floating point comparison "
` [PATCH v11 14/26] target/loongarch: Add floating point load/store "
` [PATCH v11 15/26] target/loongarch: Add branch "
` [PATCH v11 16/26] target/loongarch: Add disassembler
` [PATCH v11 17/26] linux-user: Add LoongArch generic header files
` [PATCH v11 18/26] linux-user: Add LoongArch specific structures
` [PATCH v11 19/26] linux-user: Add LoongArch signal support
` [PATCH v11 20/26] linux-user: Add LoongArch elf support
` [PATCH v11 21/26] linux-user: Add LoongArch syscall support
` [PATCH v11 22/26] linux-user: Add LoongArch cpu_loop support

[PATCH] linux-user: fix Coverity CID 1464101
 2021-11-22  8:16 UTC  (3+ messages)

[PATCH v2 0/4] linux-user: Fix getdents alignment issues (#704)
 2021-11-22  8:16 UTC  (2+ messages)

[PATCH] vfio/migration: Improve to read/write full migration region per chunk
 2021-11-22  7:40 UTC  (2+ messages)

[PATCH 1/2] docs: Drop deprecated 'props' from object-add
 2021-11-22  7:40 UTC  (3+ messages)
` [PATCH 2/2] docs: Use double quotes instead of single quotes for COLO

[PATCH 0/3] vdpa: Fix SIGSEGV on failed vdpa devices
 2021-11-22  6:41 UTC  (5+ messages)
` [PATCH 2/3] vdpa: Add dummy receive callbacks

[PATCH 0/3] virtio-net: Only enable userland vq if using tap backend
 2021-11-22  6:30 UTC  (9+ messages)
` [PATCH 2/3] "

[PATCH v5 00/18] Adding partial support for 128-bit riscv target
 2021-11-22  5:24 UTC  (3+ messages)
` [PATCH v5 02/18] exec/memop: Adding signed quad and octo defines

[PATCH for-7.0 v7 00/10] PMU-EBB support for PPC64 TCG
 2021-11-22  5:07 UTC  (5+ messages)
` [PATCH for-7.0 v7 01/10] target/ppc: introduce PMUEventType and PMU overflow timers
` [PATCH for-7.0 v7 02/10] target/ppc: PMU basic cycle count for pseries TCG

[PATCH V3 1/2] net/filter: Enable the vnet_hdr_support by default
 2021-11-22  3:58 UTC  (4+ messages)
` [PATCH V3 2/2] test/qtest/test-filter-mirror.c: Change the default vnet_hdr_support

[PATCH for-6.2] qapi/machine.json: Fix incorrect description for die-id
 2021-11-22  3:26 UTC 

[PATCH v5 0/6] Add vmnet.framework based network backend
 2021-11-22  2:41 UTC  (6+ messages)
` [PATCH v5 3/6] net/vmnet: implement shared mode (vmnet-shared)

[RFC PATCH v2 0/7] support subsets of scalar crypto extension
 2021-11-22  1:58 UTC  (3+ messages)
` [RFC PATCH v2 1/7] target/riscv: rvk: add cfg properties for zbk* and zk*

[PATCH v2 00/11] 9p: Add support for darwin
 2021-11-22  0:49 UTC  (12+ messages)
` [PATCH v2 01/11] 9p: linux: Fix a couple Linux assumptions
` [PATCH v2 02/11] 9p: Rename 9p-util -> 9p-util-linux
` [PATCH v2 03/11] 9p: darwin: Handle struct stat(fs) differences
` [PATCH v2 04/11] 9p: darwin: Handle struct dirent differences
` [PATCH v2 05/11] 9p: darwin: Ignore O_{NOATIME, DIRECT}
` [PATCH v2 06/11] 9p: darwin: Compatibility defn for XATTR_SIZE_MAX
` [PATCH v2 07/11] 9p: darwin: *xattr_nofollow implementations
` [PATCH v2 08/11] 9p: darwin: Compatibility for f/l*xattr
` [PATCH v2 09/11] 9p: darwin: Provide fallback impl for utimensat
` [PATCH v2 10/11] 9p: darwin: Implement compatibility for mknodat
` [PATCH v2 11/11] 9p: darwin: meson: Allow VirtFS on Darwin

[RFC PATCH-for-6.2?] hw/misc/sifive_u_otp: Do not reset OTP content on hardware reset
 2021-11-22  0:45 UTC  (2+ messages)

[PATCH for-6.2] hw/misc/sifive_u_otp: Use IF_PFLASH for the OTP device instead of IF_NONE
 2021-11-22  0:44 UTC  (2+ messages)

[PATCH] ui/gtk: graphic_hw_gl_flushed after closing dmabuf->fence_fd
 2021-11-21 17:22 UTC 

[PATCH] migration: fix dump-vmstate with modules
 2021-11-21 16:23 UTC  (2+ messages)

[PULL 0/2] qemu-sparc queue 20211121
 2021-11-21 15:47 UTC  (4+ messages)
` [PULL 1/2] escc: always set STATUS_TXEMPTY in R_STATUS on device reset
` [PULL 2/2] escc: update the R_SPEC register SPEC_ALLSENT bit when writing to W_TXCTRL1

[PATCH v4 00/10] ARM virt: Introduce CPU clusters topology support
 2021-11-21 12:25 UTC  (11+ messages)
` [PATCH v4 01/10] qemu-options: Improve readability of SMP related Docs
` [PATCH v4 02/10] hw/core/machine: Introduce CPU cluster topology support
` [PATCH v4 03/10] hw/core/machine: Wrap target specific parameters together
` [PATCH v4 04/10] hw/arm/virt: Support clusters on ARM virt machines
` [PATCH v4 05/10] hw/arm/virt: Support cluster level in DT cpu-map
` [PATCH v4 06/10] hw/acpi/aml-build: Improve scalability of PPTT generation
` [PATCH v4 07/10] hw/arm/virt-acpi-build: Make an ARM specific PPTT generator
` [PATCH v4 08/10] tests/acpi/bios-tables-test: Allow changes to virt/PPTT file
` [PATCH v4 09/10] hw/acpi/virt-acpi-build: Support cluster level in PPTT generation
` [PATCH v4 10/10] tests/acpi/bios-table-test: Update expected virt/PPTT file

[PATCH for-6.2 0/2] escc: fixes for STATUS_TXEMPTY and SPEC_ALLSENT
 2021-11-21  9:40 UTC  (3+ messages)

[PATCH 0/2] Fix trivial errors with highdpi/wayland
 2021-11-21  6:55 UTC  (3+ messages)
` [PATCH 1/2] ui: fix incorrect scaling on highdpi with gtk/opengl
` [PATCH 2/2] ui: fix incorrect pointer position on highdpi with gtk

[PATCH v1 0/9] hw/mos6522: VIA timer emulation fixes and improvements
 2021-11-20 23:38 UTC  (6+ messages)

[PATCH v1 00/12] Add riscv kvm accel support
 2021-11-20 22:34 UTC  (16+ messages)
` [PATCH v1 01/12] update-linux-headers: Add asm-riscv/kvm.h
` [PATCH v1 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH v1 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH v1 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH v1 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH v1 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v1 07/12] target/riscv: Support setting external interrupt "
` [PATCH v1 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH v1 09/12] target/riscv: Add host cpu type
` [PATCH v1 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH v1 11/12] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH v1 12/12] target/riscv: Support virtual time context synchronization

[PATCH] MAINTAINERS: Add myself as a reviewer for Hyper-V VMBus
 2021-11-20 18:46 UTC 

[RFC PATCH] gdbstub: handle a potentially racing TaskState
 2021-11-20 13:50 UTC  (2+ messages)

[PATCH] scsi-generic: replace logical block count of response of READ CAPACITY
 2021-11-20 10:15 UTC 

[RFC PATCH v3 0/5] QMP support for cold-plugging devices
 2021-11-20  9:00 UTC  (2+ messages)

[PATCH v2 0/3] support dirty restraint on vCPU
 2021-11-20  7:57 UTC  (3+ messages)
  ` [PATCH v2 3/3] cpus-common: implement dirty limit "

[RFC PATCH-for-6.2 v3] qdev-monitor: Only allow full --global <driver>.<property>=<val> option
 2021-11-20  6:53 UTC  (2+ messages)


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