messages from 2022-01-06 11:14:13 to 2022-01-06 23:18:37 UTC [more...]
[PATCH 0/5] Fixups for PMBus and new sensors
2022-01-06 23:09 UTC (3+ messages)
` [PATCH 1/5] hw/i2c: pmbus updates
` [PATCH 5/5] hw/misc: add Renesas raa228000 device
[PULL 00/52] virtio,pci,pc: features,fixes,cleanups
2022-01-06 23:06 UTC (56+ messages)
` [PULL 01/52] virtio-mem: Don't skip alignment checks when warning about block size
` [PULL 02/52] acpi: validate hotplug selector on access
` [PULL 03/52] virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
` [PULL 05/52] virtio-pci: decouple the single vector from the interrupt process
` [PULL 06/52] vhost: introduce new VhostOps vhost_set_config_call
` [PULL 07/52] vhost-vdpa: add support for config interrupt
` [PULL 08/52] virtio: add support for configure interrupt
` [PULL 09/52] vhost: "
` [PULL 10/52] virtio-net: "
` [PULL 11/52] virtio-mmio: "
` [PULL 12/52] virtio-pci: "
` [PULL 13/52] trace-events,pci: unify trace events format
` [PULL 14/52] vhost-user-blk: reconnect on any error during realize
` [PULL 15/52] chardev/char-socket: tcp_chr_recv: don't clobber errno
` [PULL 16/52] chardev/char-socket: tcp_chr_sync_read: "
` [PULL 17/52] vhost-backend: avoid overflow on memslots_limit
` [PULL 18/52] vhost-backend: stick to -errno error return convention
` [PULL 19/52] vhost-vdpa: "
` [PULL 20/52] vhost-user: "
` [PULL 21/52] vhost: "
` [PULL 22/52] vhost-user-blk: propagate error return from generic vhost
` [PULL 23/52] pci: Export the pci_intx() function
` [PULL 24/52] pcie_aer: Don't trigger a LSI if none are defined
` [PULL 25/52] smbios: Rename SMBIOS_ENTRY_POINT_* enums
` [PULL 26/52] hw/smbios: Use qapi for SmbiosEntryPointType
` [PULL 27/52] hw/i386: expose a "smbios-entry-point-type" PC machine property
` [PULL 28/52] hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk device
` [PULL 29/52] util/oslib-posix: Let touch_all_pages() return an error
` [PULL 30/52] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
` [PULL 31/52] util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
` [PULL 32/52] util/oslib-posix: Don't create too many threads with small memory or little pages
` [PULL 33/52] util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE
` [PULL 34/52] util/oslib-posix: Support concurrent os_mem_prealloc() invocation
` [PULL 35/52] util/oslib-posix: Forward SIGBUS to MCE handler under Linux
` [PULL 36/52] virtio-mem: Support "prealloc=on" option
` [PULL 37/52] virtio: signal after wrapping packed used_idx
` [PULL 38/52] MAINTAINERS: Add a separate entry for acpi/VIOT tables
` [PULL 39/52] linux-headers: sync VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
` [PULL 40/52] virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
` [PULL 41/52] virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86
` [PULL 42/52] intel-iommu: correctly check passthrough during translation
` [PULL 43/52] acpi: fix QEMU crash when started with SLIC table
` [PULL 46/52] tests: acpi: SLIC: update expected blobs
` [PULL 47/52] acpihp: simplify acpi_pcihp_disable_root_bus
` [PULL 48/52] hw/i386/pc: Add missing property descriptions
` [PULL 49/52] docs: reSTify virtio-balloon-stats documentation and move to docs/interop
` [PULL 50/52] hw/scsi/vhost-scsi: don't leak vqs on error
` [PULL 51/52] hw/scsi/vhost-scsi: don't double close vhostfd "
` [PULL 52/52] virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanup
` [PULL 45/52] tests: acpi: add SLIC table test
` [PULL 44/52] tests: acpi: whitelist expected blobs before changing them
` [PULL 04/52] virtio-pci: decouple notifier from interrupt process
[PATCH 0/4] linux-user: prctl follow-ups
2022-01-06 22:57 UTC (5+ messages)
` [PATCH 1/4] linux-user: Do not special-case NULL for PR_GET_PDEATHSIG
` [PATCH 2/4] linux-user: Map signal number in PR_GET_PDEATHSIG
` [PATCH 3/4] linux-user: Implement PR_SET_PDEATHSIG
` [PATCH 4/4] linux-user: Implement capability prctls
[PATCH V7 00/29] Live Update
2022-01-06 22:48 UTC (15+ messages)
` [PATCH V7 17/29] pci: export functions for cpr
` [PATCH V7 19/29] vfio-pci: cpr part 1 (fd and dma)
[PATCH] hw/smbios: Add table 4 parameter, "processor-id"
2022-01-06 22:33 UTC
[PATCH] target/riscv: Fix position of 'experimental' comment
2022-01-06 22:17 UTC (5+ messages)
[PATCH v7 0/5] MSG_ZEROCOPY + multifd
2022-01-06 22:13 UTC (6+ messages)
` [PATCH v7 1/5] QIOChannel: Add flags on io_writev and introduce io_flush callback
` [PATCH v7 2/5] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
` [PATCH v7 3/5] migration: Add zero-copy parameter for QMP/HMP for Linux
` [PATCH v7 4/5] migration: Add migrate_use_tls() helper
` [PATCH v7 5/5] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
[PATCH v2 0/2] block: Minor vhost-user-blk fixes
2022-01-06 22:15 UTC (3+ messages)
` [PATCH v2 1/2] qemu-storage-daemon: Add vhost-user-blk help
[PATCH] linux-user: rt_sigprocmask, check read perms first
2022-01-06 22:00 UTC
[PATCH v3 0/5] target/arm: Reduced-IPA space and highmem=off fixes
2022-01-06 21:26 UTC (4+ messages)
` [PATCH v3 3/5] hw/arm/virt: Honor highmem setting when computing the memory map
[PULL 00/27] Linux user for 7.0 patches
2022-01-06 21:15 UTC (2+ messages)
[PATCH v8 00/18] Adding partial support for 128-bit riscv target
2022-01-06 21:24 UTC (20+ messages)
` [PATCH v8 01/18] exec/memop: Adding signedness to quad definitions
` [PATCH v8 02/18] exec/memop: Adding signed quad and octo defines
` [PATCH v8 03/18] qemu/int128: addition of div/rem 128-bit operations
` [PATCH v8 04/18] target/riscv: additional macros to check instruction support
` [PATCH v8 05/18] target/riscv: separation of bitwise logic and arithmetic helpers
` [PATCH v8 06/18] target/riscv: array for the 64 upper bits of 128-bit registers
` [PATCH v8 07/18] target/riscv: setup everything for rv64 to support rv128 execution
` [PATCH v8 08/18] target/riscv: moving some insns close to similar insns
` [PATCH v8 09/18] target/riscv: accessors to registers upper part and 128-bit load/store
` [PATCH v8 10/18] target/riscv: support for 128-bit bitwise instructions
` [PATCH v8 11/18] target/riscv: support for 128-bit U-type instructions
` [PATCH v8 12/18] target/riscv: support for 128-bit shift instructions
` [PATCH v8 13/18] target/riscv: support for 128-bit arithmetic instructions
` [PATCH v8 14/18] target/riscv: support for 128-bit M extension
` [PATCH v8 15/18] target/riscv: adding high part of some csrs
` [PATCH v8 16/18] target/riscv: helper functions to wrap calls to 128-bit csr insns
` [PATCH v8 17/18] target/riscv: modification of the trans_csrxx for 128-bit support
` [PATCH v8 18/18] target/riscv: actual functions to realize crs 128-bit insns
[PATCH] net: Fix uninitialized data usage
2022-01-06 19:54 UTC (3+ messages)
[PATCH for-7.0 0/6] target/arm: Implement LVA, LPA, LPA2 features
2022-01-06 20:23 UTC (7+ messages)
` [PATCH 1/6] target/arm: Fault on invalid TCR_ELx.TxSZ
` [PATCH 3/6] target/arm: Honor TCR_ELx.{I}PS
` [PATCH 4/6] target/arm: Implement FEAT_LVA
[PATCH v2] tcg/loongarch64: Support raising sigbus for user-only
2022-01-06 19:42 UTC (2+ messages)
[PATCH V3] block/rbd: implement bdrv_co_block_status
2022-01-06 19:39 UTC (9+ messages)
[PATCH v2 0/5] target/arm: Reduced-IPA space and highmem=off fixes
2022-01-06 19:34 UTC (8+ messages)
` [PATCH v2 1/5] hw/arm/virt: Key enablement of highmem PCIe on highmem_ecam
[PATCH v2] hw/arm/virt: KVM: Enable PAuth when supported by the host
2022-01-06 19:25 UTC (7+ messages)
[RFC PATCH] target/ppc: Remove xscmpnedp instruction
2022-01-06 18:51 UTC (4+ messages)
[PATCH] i386/tcg: generate an illegal op when translating AVX instructions
2022-01-06 18:22 UTC (2+ messages)
[PATCH v5 0/3] tpm: Add missing ACPI device identification objects
2022-01-06 18:07 UTC (12+ messages)
` [PATCH v5 1/3] tests: acpi: prepare for updated TPM related tables
` [PATCH v5 2/3] acpi: tpm: Add missing device identification objects
[PATCH] hw/sensor: enable setting adm1272 temperature with qmp
2022-01-06 17:38 UTC
[PATCH] docs: Clarifications and formatting changes in ppc docs
2022-01-06 17:41 UTC (2+ messages)
[PATCH v1] Add dummy Aspeed AST2600 Display Port MCU (DPMCU)
2022-01-06 17:41 UTC (3+ messages)
[PATCH v2 00/18] user creatable pnv-phb3/pnv-phb4 devices
2022-01-06 17:35 UTC (21+ messages)
` [PATCH v2 11/18] pnv_phb4.c: introduce pnv_phb4_set_stack_phb_props()
` [PATCH v2 12/18] pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.c
` [PATCH v2 13/18] pnv_phb4_pec: use pnv_phb4_pec_get_phb_id() in pnv_pec_dt_xscom()
` [PATCH v2 14/18] pnv_phb4.h: turn phb into a pointer in struct PnvPhb4PecStack
` [PATCH v2 15/18] pnv_phb4_pec.c: use 'default_enabled()' to init stack->phb
` [PATCH v2 16/18] pnv_phb4.c: introduce pnv_pec_init_stack_xscom()
` [PATCH v2 17/18] ppc/pnv: Introduce user creatable pnv-phb4 devices
` [PATCH v2 18/18] pnv_phb4.c: change TYPE_PNV_PHB4_ROOT_BUS name
[PATCH v1 00/34] testing/next and other misc fixes
2022-01-06 17:21 UTC (3+ messages)
` [PATCH v1 21/34] hw/arm: add control knob to disable kaslr_seed via DTB
[PATCH] target/arm: Add missing FEAT_TLBIOS instructions
2022-01-06 17:12 UTC (3+ messages)
New arm alignment issue with 6.2.0 - bisected to single revision
2022-01-06 17:09 UTC (2+ messages)
[PATCH v2 0/2] Implement Cortex-A5 and add to virt device
2022-01-06 16:57 UTC (3+ messages)
` [PATCH v2 1/2] target/arm: Implement Cortex-A5
Rational behind partial AVX support in Qemu
2022-01-06 16:29 UTC (4+ messages)
[RFC PATCH v2 00/44] TDX support
2022-01-06 16:06 UTC (5+ messages)
` [RFC PATCH v2 20/44] i386/tdx: Parse tdx metadata and store the result into TdxGuestState
Trying to understand QOM object creation and property linking
2022-01-06 15:52 UTC (8+ messages)
[PATCH 0/2] virtio-gpu: Shared memory capability
2022-01-06 15:45 UTC (4+ messages)
` [PATCH 2/2] virtio: Add shared "
[PATCH 0/3] hw/sysbus: Document GPIO related functions
2022-01-06 15:38 UTC (3+ messages)
` [PATCH 3/3] "
[PATCH v7 00/18] Adding partial support for 128-bit riscv target
2022-01-06 15:35 UTC (3+ messages)
[PATCH v2 0/5] hw/qdev: Clarify qdev_connect_gpio_out() documentation
2022-01-06 15:30 UTC (3+ messages)
[PATCH] Supporting AST2600 HACE engine accumulative mode
2022-01-06 15:27 UTC (5+ messages)
[PATCH 00/15] reduce audio playback latency
2022-01-06 9:23 UTC (16+ messages)
` [PATCH 01/15] audio: replace open-coded buffer arithmetic
` [PATCH 02/15] audio: move function audio_pcm_hw_clip_out()
` [PATCH 03/15] audio: add function audio_pcm_hw_conv_in()
` [PATCH 04/15] audio: inline function audio_pcm_sw_get_rpos_in()
` [PATCH 05/15] paaudio: increase default latency to 46ms
` [PATCH 06/15] jackaudio: use more jack audio buffers
` [PATCH 07/15] audio: copy playback stream in sequential order
` [PATCH 08/15] audio: add pcm_ops function table for capture backend
` [PATCH 09/15] audio: revert tests for pcm_ops table
` [PATCH 10/15] audio: restore mixing-engine playback buffer size
` [PATCH 11/15] paaudio: reduce effective "
` [PATCH 12/15] dsoundaudio: "
` [PATCH 13/15] ossaudio: "
` [PATCH 14/15] paaudio: fix samples vs. frames mix-up
` [PATCH 15/15] sdlaudio: "
[PATCH] hw/misc/auxbus: Improve aux_bus_init() docstring
2022-01-06 14:56 UTC (2+ messages)
[PATCH v3 0/3] hw/net: Move MV88W8618 network device out of hw/arm/ directory
2022-01-06 14:48 UTC (2+ messages)
[PATCH v4 0/7] Unaligned access for user only
2022-01-06 14:41 UTC (3+ messages)
` [PATCH v4 2/7] tcg/aarch64: Support raising sigbus for user-only
[RFC 00/10] add generic vDPA device support
2022-01-06 14:09 UTC (18+ messages)
` [RFC 02/10] vhost: add 3 commands for vhost-vdpa
` [RFC 03/10] vdpa: add the infrastructure of vdpa-dev
` [RFC 05/10] vdpa-dev: implement the realize interface
[PATCH] linux-user/syscall.c: malloc to g_try_malloc
2022-01-06 14:05 UTC (3+ messages)
` Byte Sized task (was Re: [PATCH] linux-user/syscall.c: malloc to g_try_malloc)
[PATCH] linux-user: Remove the deprecated ppc64abi32 target
2022-01-06 14:27 UTC (4+ messages)
[PATCH] MAINTAINERS: Add entry for QEMU Guest Agent Windows components
2022-01-06 13:25 UTC (2+ messages)
[PATCH v4 00/14] vfio-user server in QEMU
2022-01-06 13:35 UTC (12+ messages)
` [PATCH v4 07/14] vfio-user: run vfio-user context
` [PATCH v4 11/14] vfio-user: IOMMU support for remote device
[PATCH] qemu_fw_cfg: use default_groups in kobj_type
2022-01-06 13:25 UTC (3+ messages)
[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-01-06 13:06 UTC (12+ messages)
` [PATCH v3 kvm/queue 01/16] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v3 kvm/queue 11/16] KVM: Add kvm_map_gfn_range
[PATCH v2 0/7] target/ppc: powerpc_excp improvements (2/n)
2022-01-06 13:05 UTC (4+ messages)
` [PATCH v2 4/7] target/ppc: Add HV support to ppc_interrupts_little_endian
[PULL 0/2] SD/MMC patches for 2022-01-04
2022-01-06 12:48 UTC (3+ messages)
[PATCH] q800: fix segfault with invalid MacROM
2022-01-06 12:38 UTC (2+ messages)
Redesign of QEMU startup & initial configuration
2022-01-06 11:23 UTC (15+ messages)
` Meeting today?
` "Startup" meeting (was Re: Meeting today?)
[RFC v2 0/2] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
2022-01-06 11:16 UTC (5+ messages)
` [RFC v2 1/2] hw/pci-host/gpex: Allow to generate preserve boot config DSM #5
[PATCH v2 0/9] hw/dma: Use dma_addr_t type definition when relevant
2022-01-06 11:08 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).