qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-13 14:40:04 to 2021-08-16 14:11:02 UTC [more...]

[PATCH RFC 00/19] vfio-user implementation
 2021-08-16 14:10 UTC  (7+ messages)
` [PATCH RFC server 00/11] vfio-user server in QEMU
  ` [PATCH RFC server 05/11] vfio-user: run vfio-user context

[PATCH] hw: ppc: sam460ex: Disable Ethernet devicetree nodes
 2021-08-16 14:03 UTC  (9+ messages)

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-16 14:01 UTC  (15+ messages)
` [RFC PATCH 01/13] machine: Add mirrorvcpus=N suboption to -smp
` [RFC PATCH 02/13] hw/boards: Add mirror_vcpu flag to CPUArchId
` [RFC PATCH 03/13] hw/i386: Mark mirror vcpus in possible_cpus
` [RFC PATCH 04/13] hw/acpi: Don't include mirror vcpus in ACPI tables
` [RFC PATCH 05/13] cpu: Add boolean mirror_vcpu field to CPUState
` [RFC PATCH 06/13] hw/i386: Set CPUState.mirror_vcpu=true for mirror vcpus
` [RFC PATCH 07/13] kvm: Add Mirror VM ioctl and enable cap interfaces
` [RFC PATCH 08/13] kvm: Add Mirror VM support
` [RFC PATCH 09/13] kvm: create Mirror VM and share primary VM's encryption context
` [RFC PATCH 10/13] softmmu/cpu: Skip mirror vcpu's for pause, resume and synchronization
` [RFC PATCH 11/13] kvm/apic: Disable in-kernel APIC support for mirror vcpu's
` [RFC PATCH 12/13] hw/acpi: disable modern CPU hotplug interface "
` [RFC PATCH 13/13] hw/i386/pc: reduce fw_cfg boot cpu count taking into account "

[PATCH 0/3] arm: Avoid asserting in cpu_address_space_init()
 2021-08-16 13:58 UTC  (4+ messages)
` [PATCH 1/3] raspi: Use error_fatal for SoC realize errors, not error_abort
` [PATCH 2/3] target/arm: Avoid assertion trying to use KVM and multiple ASes
` [PATCH 3/3] hw/arm/virt: Delete EL3 error checksnow provided in CPU realize

[PATCH v3] vga: don't abort when adding a duplicate isa-vga device
 2021-08-16 13:55 UTC 

[PATCH v2] vga: don't abort when adding a duplicate isa-vga device
 2021-08-16 13:53 UTC  (3+ messages)

[PATCH 0/2] gitlab: prepare for limited CI minutes by not running by default
 2021-08-16 13:23 UTC  (13+ messages)
` [PATCH 1/2] docs: split the CI docs into two files
` [PATCH 2/2] gitlab: don't run CI jobs by default on push to user forks

[PATCH] vga: don't abort when adding a duplicate isa-vga device
 2021-08-16 12:34 UTC  (4+ messages)

[FSL P50x0] lscpu reports wrong values since the RC1 of kernel 5.13
 2021-08-16 12:29 UTC  (2+ messages)

[RFC PATCH] target/ppc: fix vector registers access in gdbstub for little-endian
 2021-08-16 12:17 UTC  (4+ messages)

[PULL 00/11] Optional gitlab-CI and doc fixes for -rc4
 2021-08-16 12:00 UTC  (20+ messages)
` [PULL 01/11] gitlab: exclude sparc-softmmu and riscv32-softmmu from cross builds
` [PULL 02/11] gitlab: skip many more targets in windows "
` [PULL 03/11] storage-daemon: Add missing build dependency to the vhost-user-blk-test
` [PULL 04/11] tests/qtest/vhost-user-blk-test: Check whether qemu-storage-daemon is available
` [PULL 05/11] fuzz: avoid building twice, when running on gitlab
` [PULL 06/11] docs/about/removed-features: Document removed CLI options from QEMU v2.12
` [PULL 07/11] docs/about/removed-features: Document removed CLI options from QEMU v3.0
` [PULL 08/11] docs/about/removed-features: Document removed CLI options from QEMU v3.1
` [PULL 09/11] docs/about/removed-features: Document removed HMP commands from QEMU v2.12
` [PULL 10/11] docs/about/removed-features: Document removed devices from older QEMU versions
` [PULL 11/11] docs/about/removed-features: Document removed machines "

[PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-08-16 11:57 UTC  (3+ messages)

[PATCH v4] vhost: make SET_VRING_ADDR, SET_FEATURES send replies
 2021-08-16 11:50 UTC  (4+ messages)
` [PING] "
  ` [PING][PING] "

[PATCH v3] hw/dma/pl330: Add memory region to replace default
 2021-08-16 10:43 UTC  (3+ messages)

[PATCH v2] hw/i386/acpi-build: Get NUMA information from struct NumaState
 2021-08-16 10:05 UTC  (3+ messages)

[PATCH for-6.2 00/25] arm: Get rid of system_clock_scale global
 2021-08-16  9:58 UTC  (36+ messages)
` [PATCH for-6.2 01/25] arm: Move M-profile RAS register block into its own device
` [PATCH for-6.2 09/25] clock: Provide builtin multiplier/divider
` [PATCH for-6.2 10/25] hw/arm: Don't allocate separate MemoryRegions in stm32 SoC realize
` [PATCH for-6.2 11/25] hw/arm/stm32f100: Wire up sysclk and refclk
` [PATCH for-6.2 12/25] hw/arm/stm32f205: "
` [PATCH for-6.2 13/25] hw/arm/stm32f405: "
` [PATCH for-6.2 15/25] hw/arm/nrf51: Wire up sysclk
` [PATCH for-6.2 16/25] hw/arm/stellaris: split stellaris_sys_init()
` [PATCH for-6.2 17/25] hw/arm/stellaris: Wire sysclk up to armv7m
` [PATCH for-6.2 18/25] hw/arm/msf2_soc: Don't allocate separate MemoryRegions
` [PATCH for-6.2 19/25] hw/arm/msf2: Use Clock input to MSF2_SOC instead of m3clk property
` [PATCH for-6.2 22/25] hw/arm/stellaris: Fix code style issues in GPTM code

[PATCH v3 0/7] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
 2021-08-16  9:47 UTC  (8+ messages)
` [PATCH v3 1/7] util/oslib-posix: Let touch_all_pages() return an error
` [PATCH v3 2/7] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
` [PATCH v3 3/7] util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
` [PATCH v3 4/7] util/oslib-posix: Don't create too many threads with small memory or little pages
` [PATCH v3 5/7] util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE
` [PATCH v3 6/7] util/oslib-posix: Support concurrent os_mem_prealloc() invocation
` [PATCH v3 7/7] util/oslib-posix: Forward SIGBUS to MCE handler under Linux

[PATCH] hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place
 2021-08-16  9:21 UTC  (2+ messages)

[PATCH v2] hw/dma/pl330: Add memory region to replace default
 2021-08-16  9:19 UTC  (2+ messages)

[PATCH for-6.2 v5 00/14] machine: smp parsing fixes and improvement
 2021-08-16  9:15 UTC  (7+ messages)
` [PATCH for-6.2 v5 06/14] machine: Prefer cores over sockets in smp parsing since 6.2

[Qemu-devel] [PULL 00/30] ppc patch queue 2015-07-07 for 2.4
 2021-08-16  9:07 UTC  (8+ messages)
` [Qemu-devel] [PULL 24/30] spapr_pci: populate ibm,loc-code
  `  "

[PATCH for-6.2 0/7] linux-user: Clean up siginfo_t handling for arm, aarch64
 2021-08-16  9:03 UTC  (16+ messages)
` [PATCH for-6.2 1/7] linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals
` [PATCH for-6.2 2/7] linux-user/arm: "
` [PATCH for-6.2 3/7] linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE
` [PATCH for-6.2 4/7] linux-user: Zero out target_siginfo_t in force_sig()
` [PATCH for-6.2 5/7] linux-user: Provide new force_sig_fault() function
` [PATCH for-6.2 6/7] linux-user/arm: Use force_sig_fault()
` [PATCH for-6.2 7/7] linux-user/aarch64: "

[PATCH v3] vhost-vdpa: Do not send empty IOTLB update batches
 2021-08-16  6:00 UTC  (4+ messages)

[PATCH] multifd: Implement yank for multifd send side
 2021-08-16  5:44 UTC  (2+ messages)

[PATCH 0/7] MAINTAINERS: review kraxel's entries
 2021-08-16  4:56 UTC  (7+ messages)
` [PATCH 3/7] MAINTAINERS: update audio entry

[PATCH] net/colo: check vnet_hdr_support flag when using virtio-net
 2021-08-16  2:58 UTC  (2+ messages)

[PATCH for-6.1 v6 0/1] machine: Disallow specifying topology parameters as zero
 2021-08-16  2:45 UTC  (2+ messages)
` [PATCH for-6.1 v6 1/1] "

[PATCH 0/2] enable fsdax rdma migration
 2021-08-16  2:10 UTC  (2+ messages)

[PATCH] target/mips: Remove duplicated check_cp1_enabled() calls in Loongson EXT
 2021-08-16  1:47 UTC  (2+ messages)

[PATCH v2] hw/virtio: Fix leak of host-notifier memory-region
 2021-08-16  1:32 UTC 

[PATCH] po: update turkish translation
 2021-08-15 20:24 UTC 

[PATCH 00/19] PMU-EBB support for PPC64 TCG
 2021-08-15 19:24 UTC  (14+ messages)
` [PATCH 12/19] target/ppc/pmu_book3s_helper.c: enable PMC1 counter negative EBB

(no subject)
 2021-08-15 16:27 UTC  (2+ messages)
` [PATCH v2] hw/sensor: Add lsm303dlhc magnetometer device

[PATCH for-6.2 0/4] Zero sockaddr_in when initializing it
 2021-08-15 16:13 UTC  (15+ messages)
` [PATCH for-6.2 1/4] net: Zero sockaddr_in in parse_host_port()
` [PATCH for-6.2 2/4] gdbstub: Zero-initialize sockaddr structs
` [PATCH for-6.2 3/4] tests/qtest/ipmi-bt-test: Zero-initialize sockaddr struct
` [PATCH for-6.2 4/4] tests/tcg/multiarch/linux-test: Zero-initialize sockaddr structs

[PULL 0/7] Maintainers 20210811 patches
 2021-08-15 15:45 UTC  (2+ messages)

[PATCH-for-6.2 v3 0/7] target/mips: Convert NEC Vr54xx to decodetree
 2021-08-15 13:00 UTC  (2+ messages)

[PATCH] hw/sensor: Add lsm303dlhc magnetometer device
 2021-08-15 12:51 UTC  (2+ messages)

[PULL 0/1] Hexagon (disas/hexagon) fix memory leak for early exit
 2021-08-15 12:15 UTC  (4+ messages)

[CXL volatile MEM] - Qemu command to turn on HMAT and NUMA fails with assertion
 2021-08-15 10:14 UTC  (5+ messages)

[PULL 0/3] i386, machine patches for QEMU 6.1-rc4
 2021-08-15 10:13 UTC  (2+ messages)

[PATCH 00/11] Fixes for clang-13 plus tcg/ppc
 2021-08-14  5:27 UTC  (2+ messages)

[Bug 1913668] [NEW] FPE in npcm7xx_pwm_calculate_freq
 2021-08-14  4:17 UTC  (2+ messages)
` [Bug 1913668] "

[Question] fuzz: double-fetches in a memory region map session
 2021-08-14  2:57 UTC  (3+ messages)

[PATCH 0/2] target/mips: Allow Loongson 3A1000 to use up to 48-bit VAddr
 2021-08-14  2:40 UTC  (5+ messages)
` [PATCH 1/2] target/mips: Document Loongson-3A CPU definitions
` [PATCH 2/2] target/mips: Allow Loongson 3A1000 to use up to 48-bit VAddr

[PATCH v8 0/3] Add support for ipv6 host forwarding
 2021-08-13 23:44 UTC  (4+ messages)
` [PATCH v8 1/3] util/qemu-sockets.c: Split host:port parsing out of inet_parse
` [PATCH v8 2/3] net/slirp.c: Refactor address parsing
` [PATCH v8 3/3] net: Extend host forwarding to support IPv6

[PATCH 0/7] Misc NPCM7XX patches
 2021-08-13 23:33 UTC  (8+ messages)
` [PATCH 1/7] hw/i2c: Clear ACK bit in NPCM7xx SMBus module
` [PATCH 2/7] hw/i2c: Read FIFO during RXF_CTL change in NPCM7XX SMBus
` [PATCH 3/7] hw/adc: Fix CONV bit in NPCM7XX ADC CON register
` [PATCH 4/7] hw/adc: Make adci[*] R/W in NPCM7XX ADC
` [PATCH 5/7] hw/nvram: Add a new auxiliary function to init at24c eeprom
` [PATCH 6/7] hw/arm: quanta-gbs-bmc add i2c devices
` [PATCH 7/7] hw/arm: Use unit number in quanta-gsj eeprom files

[PATCH] qemu-nbd: Change default cache mode to writeback
 2021-08-13 20:55 UTC 

[PATCH for-6.1] tcg/i386: Split P_VEXW from P_REXW
 2021-08-13 18:06 UTC  (5+ messages)

[PATCH v0] kvm: unsigned datatype in ioctl wrapper
 2021-08-13 17:39 UTC  (2+ messages)

[RFC PATCH v1] Adding Support for namespace management
 2021-08-13 16:45 UTC  (2+ messages)

[PATCH] hw/dma/pl330: Add memory region to replace default address_space_memory
 2021-08-13 16:43 UTC  (2+ messages)

[PATCH v2] fsl-imx6ul: Instantiate SAI1/2/3 and ASRC as unimplemented devices
 2021-08-13 16:31 UTC  (2+ messages)

[PATCH] hw/char/pl011: add support for sending break
 2021-08-13 16:28 UTC  (2+ messages)

[PATCH] target/arm: kvm: use RCU_READ_LOCK_GUARD() in kvm_arch_fixup_msi_route()
 2021-08-13 16:17 UTC  (3+ messages)

[PATCH v4 0/2] Add remote I2C device to support external I2C device
 2021-08-13 15:48 UTC  (4+ messages)

[PATCH v3 00/13] AQMP TUI Draft
 2021-08-13 15:10 UTC  (6+ messages)
` [PATCH v3 04/13] python/aqmp-tui: Add AQMP TUI draft


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