qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-30 23:04:27 to 2023-01-31 15:31:52 UTC [more...]

[PATCH] target/i386: fix ADOX followed by ADCX
 2023-01-31 14:57 UTC  (2+ messages)

[PATCH v9 00/11] parallels: Refactor the code of images checks and fix a bug
 2023-01-31 15:29 UTC  (15+ messages)
` [PATCH v9 01/12] parallels: Out of image offset in BAT leads to image inflation
` [PATCH v9 02/12] parallels: Fix high_off calculation in parallels_co_check()
` [PATCH v9 03/12] parallels: Fix image_end_offset and data_end after out-of-image check
` [PATCH v9 04/12] parallels: create parallels_set_bat_entry_helper() to assign BAT value
` [PATCH v9 05/12] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
` [PATCH v9 06/12] parallels: Move check of unclean image to a separate function
` [PATCH v9 07/12] parallels: Move check of cluster outside "
` [PATCH v9 08/12] parallels: Fix statistics calculation
` [PATCH v9 09/12] parallels: Move check of leaks to a separate function
` [PATCH v9 10/12] parallels: Move statistic collection "
` [PATCH v9 11/12] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
` [PATCH v9 12/12] parallels: Incorrect condition in out-of-image check

[PATCH 0/3] VIA PM Improvements
 2023-01-31 14:58 UTC  (8+ messages)
` [PATCH 1/3] hw/isa/vt82c686: Fix SCI routing
` [PATCH 2/3] hw/isa/vt82c686: Allow PM controller to switch to ACPI mode
` [PATCH 3/3] hw/isa/vt82c686: Implement ACPI powerdown

[PATCH 1/2] log: Add separate debug option for logging invalid memory accesses
 2023-01-31 14:28 UTC  (2+ messages)

[PATCH v2 00/11] audio: more improvements
 2023-01-31 14:51 UTC  (2+ messages)

[PATCH v2 00/20] PC and ICH9 cleanups
 2023-01-31 14:04 UTC  (28+ messages)
` [PATCH v2 01/20] hw/pci-host/i440fx: Inline sysbus_add_io()
` [PATCH v2 02/20] hw/pci-host/q35: "
` [PATCH v2 03/20] hw/i386/pc_q35: Reuse machine parameter
` [PATCH v2 04/20] hw/i386/pc_q35: Resolve redundant q35_host variable
` [PATCH v2 05/20] hw/i386/pc_{q35, piix}: Reuse MachineClass::desc as SMB product name
` [PATCH v2 06/20] hw/i386/pc_{q35, piix}: Minimize usage of get_system_memory()
  ` [PATCH v2 06/20] hw/i386/pc_{q35,piix}: "
` [PATCH v2 07/20] hw/i386/pc: Initialize ram_memory variable directly
` [PATCH v2 08/20] hw/i386/ich9: Rename Q35_MASK to ICH9_MASK
` [PATCH v2 09/20] hw/isa/lpc_ich9: Unexport PIRQ functions
` [PATCH v2 10/20] hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_bus
` [PATCH v2 11/20] hw/isa/lpc_ich9: Reuse memory and io address space of PCI bus
` [PATCH v2 12/20] hw/i2c/smbus_ich9: Move ich9_smb_set_irq() in front of ich9_smbus_realize()
` [PATCH v2 13/20] hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove it
` [PATCH v2 14/20] hw/i386/pc_q35: Allow for setting properties before realizing TYPE_ICH9_LPC_DEVICE
` [PATCH v2 15/20] hw/isa/lpc_ich9: Connect pm stuff to lpc internally
` [PATCH v2 16/20] hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocation
` [PATCH v2 17/20] hw/i386/ich9: Remove redundant GSI_NUM_PINS
` [PATCH v2 18/20] hw: Move ioapic*.h to intc/
` [PATCH v2 19/20] hw/i386/ich9: Clean up includes
` [PATCH v2 20/20] hw: Move ich9.h to southbridge/

Expose support for HyperV features via QMP
 2023-01-31 14:47 UTC 

[PATCH v5 0/9] Introduce igb
 2023-01-31 14:36 UTC  (11+ messages)
` [PATCH v5 4/9] Intrdocue igb device emulation
` [PATCH v5 5/9] tests/qtest/e1000e-test: Fabricate ethernet header
` [PATCH v5 6/9] tests/qtest/libqos/e1000e: Export macreg functions
` [PATCH v5 7/9] igb: Introduce qtest for igb device

[PATCH 0/4] vl: avoid SIGSEGV on invalid [accel] configuration
 2023-01-31 15:20 UTC  (8+ messages)
` [PATCH 2/4] libqtest: split qtest_spawn_qemu function
` [PATCH 3/4] libqtest: ensure waitpid() is only called once
` [PATCH 4/4] readconfig-test: add test for accelerator configuration

[PATCH 1/2] linux-user: Implement SOL_ALG encryption support
 2023-01-31 15:19 UTC  (10+ messages)
` [PATCH 2/2] linux-user: Allow sendmsg() without IOV

[PATCH v2] linux-user: Improve strace output of pread64() and pwrite64()
 2023-01-31 15:05 UTC  (6+ messages)

[PATCH v6 0/2] check magic value for deciding the mapping of channels
 2023-01-31 15:17 UTC  (3+ messages)

[PATCH 00/17] audio: improve callback interface for audio frontends
 2023-01-31 14:53 UTC  (2+ messages)

[RFC PATCH 0/3] migration: support query migration thread information
 2023-01-31 13:00 UTC  (6+ messages)
` [PATCH 2/3] migration: implement query migration threadinfo by name

[RFC v6 0/4] Add zoned storage emulation to virtio-blk driver
 2023-01-31 14:10 UTC  (6+ messages)
` [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices

[PATCH v8 0/5] riscv: Allow user to set the satp mode
 2023-01-31 13:29 UTC  (7+ messages)
` [PATCH v8 3/5] "
` [PATCH v8 4/5] riscv: Introduce satp mode hw capabilities

[PATCH v9 0/5] riscv: Allow user to set the satp mode
 2023-01-31 13:39 UTC  (6+ messages)
` [PATCH v9 1/5] riscv: Pass Object to register_cpu_props instead of DeviceState
` [PATCH v9 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
` [PATCH v9 3/5] riscv: Allow user to set the satp mode
` [PATCH v9 4/5] riscv: Introduce satp mode hw capabilities
` [PATCH v9 5/5] riscv: Correctly set the device-tree entry 'mmu-type'

[PATCH v4 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-01-31 15:06 UTC  (4+ messages)

[PATCH v3 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
 2023-01-31 14:23 UTC  (4+ messages)
` [PATCH v3 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope

Display update issue on M1 Macs
 2023-01-31 14:15 UTC  (10+ messages)

[PATCH 00/18] vfio: Add migration pre-copy support and device dirty tracking
 2023-01-31 12:44 UTC  (4+ messages)
` [PATCH 01/18] vfio/migration: Add VFIO migration pre-copy support

[PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
 2023-01-31 12:31 UTC  (6+ messages)

[PATCH v4 0/3] riscv_load_fdt() semantics change
 2023-01-31 12:11 UTC  (7+ messages)
` [PATCH v4 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics

[PATCH 1/1] hw/loongarch/virt: add system_powerdown hmp command support
 2023-01-31 12:05 UTC  (2+ messages)

[PATCH v2] linux-user: Enhance strace output for various syscalls
 2023-01-31 12:01 UTC  (2+ messages)

[PATCH v2] linux-user: Show 4th argument of rt_sigprocmask() in strace
 2023-01-31 11:57 UTC  (3+ messages)

[RFC v4 0/3] CXL Type-3 Volatile Memory Support
 2023-01-31 11:53 UTC  (3+ messages)
` [RFC v4 3/3] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[PULL 0/5] Next patches
 2023-01-31 11:44 UTC  (3+ messages)
` [PULL 5/5] migration: simplify migration_iteration_run()

RFC: towards systemd socket activation in q-s-d
 2023-01-31 11:29 UTC  (4+ messages)

[RFC PATCH] build: deprecate --enable-gprof builds and remove from CI
 2023-01-31 10:56 UTC  (4+ messages)

[PULL 00/27] qtest and misc patches
 2023-01-31 10:12 UTC  (28+ messages)
` [PULL 01/27] tests/qtest: netdev: test stream and dgram backends
` [PULL 02/27] tests/qtest/qom-test: Stop spamming the test log
` [PULL 03/27] tests/qtest/bios-tables-test: Make the test less verbose by default
` [PULL 04/27] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
` [PULL 05/27] configs/targets/nios2-softmmu: Add TARGET_NEED_FDT=y to the nios2 config
` [PULL 06/27] travis.yml: Use the libfdt from the distro instead of the submodule
` [PULL 07/27] travis.yml: Remove the generic addons section
` [PULL 08/27] tests/docker/dockerfiles: Add libfdt to the i386 and to the riscv64 container
` [PULL 09/27] qemu/bswap: Replace bswapXX() by compiler __builtin_bswap()
` [PULL 10/27] qemu/bswap: Replace bswapXXs() "
` [PULL 11/27] qemu/bswap: Remove <byteswap.h> dependency
` [PULL 12/27] qemu/bswap: Use compiler __builtin_bswap() on Haiku
` [PULL 13/27] qemu/bswap: Use compiler __builtin_bswap() on FreeBSD
` [PULL 14/27] qemu/bswap: Use compiler __builtin_bswap() on NetBSD
` [PULL 15/27] MAINTAINERS: Abort HAXM maintenance
` [PULL 16/27] docs/about/deprecated: Mark HAXM in QEMU as deprecated
` [PULL 17/27] tests/tcg: Do not build/run TCG tests if TCG is disabled
` [PULL 18/27] tests/qtest/vnc-display-test: Suppress build warnings on Windows
` [PULL 19/27] tests/qtest/vnc-display-test: Use the 'none' machine
` [PULL 20/27] tests/qtest/vnc-display-test: Disable on Darwin
` [PULL 21/27] tests/qtest/boot-serial-test: Constify tests[] array
` [PULL 22/27] docs/s390x/pcidevices: document pci devices on s390x
` [PULL 23/27] qapi, audio: add query-audiodev command
` [PULL 24/27] qapi, audio: Make introspection reflect build configuration more closely
` [PULL 25/27] gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-system job
` [PULL 26/27] tests/qtest/display-vga-test: Add proper checks if a device is available
` [PULL 27/27] gitlab-ci.d/buildtest: Merge the --without-default-* jobs

[PATCH v2 0/2] audio: make audiodev introspectable by management apps
 2023-01-31 10:09 UTC  (2+ messages)

[PATCH v2 0/5] parallels: Add duplication check, repair at open, fix bugs
 2023-01-31 10:02 UTC  (3+ messages)
` [PATCH v2 2/5] parallels: Split image leak handling to separate check and fix helpers

[PATCH v2] Fix exec migration on Windows (w32+w64)
 2023-01-31 10:01 UTC  (6+ messages)

[PATCH v2 00/13] Introduce igb
 2023-01-31  9:48 UTC  (9+ messages)

[PATCH] vhost-user-gpio: Configure vhost_dev when connecting
 2023-01-31  9:46 UTC  (3+ messages)

[PATCH v3 0/9] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
 2023-01-31  9:42 UTC  (10+ messages)
` [PATCH v3 1/9] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
` [PATCH v3 2/9] igb: handle PF/VF reset properly
` [PATCH v3 3/9] igb: add ICR_RXDW
` [PATCH v3 4/9] igb: implement VFRE and VFTE registers
` [PATCH v3 5/9] igb: check oversized packets for VMDq
` [PATCH v3 6/9] igb: respect E1000_VMOLR_RSSE
` [PATCH v3 7/9] igb: implement VF Tx and Rx stats
` [PATCH v3 8/9] igb: respect VT_CTL ignore MAC field
` [PATCH v3 9/9] igb: respect VMVIR and VMOLR for VLAN

[PATCH] acpi: Set maximum size to 64k for "etc/acpi/rsdp" blob
 2023-01-31  9:17 UTC  (5+ messages)

[PATCH v6 00/36] tcg: Support for Int128 with helpers
 2023-01-31  8:59 UTC  (7+ messages)
` [PATCH v6 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
` [PATCH v6 35/36] target/i386: Inline cmpxchg8b
` [PATCH v6 36/36] target/i386: Inline cmpxchg16b

[PATCH v2 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
 2023-01-31  8:49 UTC  (4+ messages)
` [PATCH v2 5/8] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge

[PATCH v3] migration: Remove res_compatible parameter
 2023-01-31  8:33 UTC  (2+ messages)

[PATCH v9 00/58] Xen HVM support under KVM
 2023-01-31  8:26 UTC  (4+ messages)
` [PATCH v9 01/58] include: import Xen public headers to include/standard-headers/

[PATCH v2] softmmu: Use memmove in flatview_write_continue
 2023-01-31  8:15 UTC  (2+ messages)

[PATCH 0/6] Shorten the runtime of some gitlab-CI shared runner jobs
 2023-01-31  8:02 UTC  (7+ messages)
` [PATCH 4/6] gitlab-ci.d/buildtest: Merge the --without-default-* jobs
` [PATCH 5/6] gitlab-ci.d/buildtest: Merge the two gprof-gcov jobs

[PATCH] target/riscv: set tval for triggered watchpoints
 2023-01-31  7:58 UTC  (5+ messages)

[PATCH v1 0/2] virtio: fix for assertion failure: virtio_net_get_subqueue(nc)->async_tx.elem failed
 2023-01-31  7:38 UTC  (18+ messages)
` [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset

[PATCH] meson: Add missing libdw knobs
 2023-01-31  7:06 UTC  (2+ messages)

[PATCH] xio3130_downstream: Add ACS (Access Control Services) capability
 2023-01-31  6:30 UTC 

[PATCH v2] hw/timer/hpet: Fix expiration time overflow
 2023-01-31  3:00 UTC 

[PATCH v4 00/28] e1000x cleanups (preliminary for IGB)
 2023-01-31  2:36 UTC  (6+ messages)
` [PATCH v4 20/28] net: Strip virtio-net header when dumping

[PATCH v3 00/14] Add support for the T-Head vendor extensions
 2023-01-31  2:34 UTC  (8+ messages)
` [PATCH v3 08/14] RISC-V: Adding T-Head MemPair extension

[RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
 2023-01-31  0:19 UTC  (7+ messages)

[PATCH 00/27] tcg: Simplify temporary usage
 2023-01-30 23:59 UTC  (35+ messages)
` [PATCH 01/27] tcg: Adjust TCGContext.temps_in_use check
` [PATCH 05/27] tcg: Rename TEMP_LOCAL to TEMP_TB
` [PATCH 07/27] tcg: Remove TEMP_NORMAL
` [PATCH 08/27] tcg: Pass TCGTempKind to tcg_temp_new_internal
` [PATCH 09/27] tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
` [PATCH 11/27] tcg: Use tcg_temp_ebb_new_* in tcg/
` [PATCH 13/27] accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
` [PATCH 15/27] tcg: Change default temp lifetime to TEMP_TB
` [PATCH 17/27] target/arm: Don't use tcg_temp_local_new_*
` [PATCH 18/27] target/cris: Don't use tcg_temp_local_new
` [PATCH 19/27] target/hexagon: Don't use tcg_temp_local_new_*
` [PATCH 20/27] target/hppa: Don't use tcg_temp_local_new
` [PATCH 22/27] target/mips: "
` [PATCH 23/27] target/ppc: "
` [PATCH 24/27] target/xtensa: Don't use tcg_temp_local_new_*
` [PATCH 25/27] exec/gen-icount: Don't use tcg_temp_local_new_i32
` [PATCH 26/27] tcg: Remove tcg_temp_local_new_*, tcg_const_local_*

[PATCH] softmmu: Use memmove in flatview_write_continue
 2023-01-30 23:49 UTC  (5+ 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).