qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-09 23:08:18 to 2021-07-11 21:17:04 UTC [more...]

[PULL 0/4] SD/MMC patches for 2021-07-11
 2021-07-11 21:10 UTC  (2+ messages)
` [PULL 1/4] hw/sd/sdcard: When card is in wrong state, log which state it is

[PULL 00/19] MIPS patches for 2021-07-11
 2021-07-11 21:00 UTC  (14+ messages)
` [PULL 01/19] hw/pci-host: Rename Raven ASIC PCI bridge as raven.c
` [PULL 02/19] hw/pci-host/raven: Add PCI_IO_BASE_ADDR definition
` [PULL 03/19] target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic)
` [PULL 04/19] target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)
` [PULL 05/19] target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)
` [PULL 06/19] target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower)
` [PULL 07/19] target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)
` [PULL 08/19] target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)
` [PULL 09/19] target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)
` [PULL 10/19] target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)
` [PULL 13/19] target/mips: Rewrite UHI errno_mips() using switch statement
` [PULL 17/19] dp8393x: Store CAM registers as 16-bit
` [PULL 19/19] dp8393x: don't force 32-bit register access

[PATCH v4 0/4] replication: Bugfix and properly attach children
 2021-07-11 20:55 UTC  (5+ messages)
` [PATCH v4 1/4] replication: Remove s->active_disk
` [PATCH v4 2/4] replication: Reduce usage of s->hidden_disk and s->secondary_disk
` [PATCH v4 3/4] replication: Properly attach children
` [PATCH v4 4/4] replication: Remove workaround

[PULL 0/6] hw/nvme patches
 2021-07-11 20:27 UTC  (7+ messages)
` [PULL 1/6] hw/nvme: remove NvmeCtrl parameter from ns setup/check functions
` [PULL 2/6] hw/nvme: mark nvme-subsys non-hotpluggable
` [PULL 3/6] hw/nvme: unregister controller with subsystem at exit
` [PULL 4/6] hw/nvme: error handling for too many mappings
` [PULL 5/6] tests/qtest/nvme-test: add persistent memory region test
` [PULL 6/6] hw/nvme: fix controller hot unplugging

[PATCH v3 0/4] replication: Properly attach children
 2021-07-11 20:33 UTC  (4+ messages)
` [PATCH v3 4/4] replication: Remove workaround

[PATCH v4 0/5] dp8393x: fixes and improvements
 2021-07-11 20:28 UTC  (9+ messages)
` [PATCH v4 1/5] dp8393x: Replace address_space_rw(is_write=1) by address_space_write()
` [PATCH v4 2/5] dp8393x: Replace 0x40 magic value by SONIC_REG16_COUNT definition
` [PATCH v4 3/5] dp8393x: Store CAM registers as 16-bit
` [PATCH v4 4/5] dp8393x: Rewrite dp8393x_get() / dp8393x_put()
` [PATCH v4 5/5] dp8393x: don't force 32-bit register access

[PATCH v3 0/5] target/mips: Reintroduce the R5900 CPU
 2021-07-11 20:27 UTC  (2+ messages)

[RFC PATCH v2 00/22] target/mips: Reintroduce the R5900 CPU (without testing)
 2021-07-11 20:27 UTC  (2+ messages)

About two-dimensional page translation (e.g., Intel EPT) and shadow page table in Linux QEMU/KVM
 2021-07-11 20:13 UTC 

[PULL 00/17] s390x update for softfreeze
 2021-07-11 17:55 UTC  (4+ messages)

clang build error on i686
 2021-07-11 17:50 UTC  (4+ messages)

[GIT PULL v2] I2C/IPMI bug fixes for QEMU 6.1
 2021-07-11 17:48 UTC  (2+ messages)

[PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10
 2021-07-11 17:18 UTC  (3+ messages)

[PULL 0/9] Merge tpm 2021/07/11 v1
 2021-07-11 17:15 UTC  (10+ messages)
` [PULL 1/9] tests: Rename TestState to TPMTestState
` [PULL 2/9] tests: Add tpm_version field to TPMTestState and fill it
` [PULL 3/9] tests: acpi: Prepare for renaming of TPM2 related ACPI files
` [PULL 4/9] tests: Add suffix 'tpm2' or 'tpm12' to ACPI table files
` [PULL 5/9] tests: acpi: tpm2: Add the renamed ACPI files and drop old ones
` [PULL 6/9] tests: tpm: Create TPM 1.2 response in TPM emulator
` [PULL 7/9] tests: acpi: prepare for new TPM 1.2 related tables
` [PULL 8/9] tests: acpi: Add test cases for TPM 1.2 with TCPA table
` [PULL 9/9] tests: acpi: tpm1.2: Add expected TPM 1.2 ACPI blobs

[PATCH] qga-win: Add support of Windows Server 2022 in get-osinfo command
 2021-07-11 17:18 UTC  (3+ messages)

intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host
 2021-07-11 15:53 UTC  (7+ messages)

[PATCH 0/4] support dirtyrate measurement with dirty bitmap
 2021-07-11 15:27 UTC  (3+ messages)

[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
 2021-07-11 14:10 UTC 

[PULL 00/17] target-arm queue
 2021-07-11 13:31 UTC  (2+ messages)

[PULL 0/4] NBD patches for soft freeze, 2021-07-09
 2021-07-11 12:09 UTC  (2+ messages)

[PATCH v3 0/8] dp8393x: fixes and improvements
 2021-07-11 10:33 UTC  (20+ messages)
` [PATCH v3 1/8] dp8393x: Replace address_space_rw(is_write=1) by address_space_write()
` [PATCH v3 2/8] dp8393x: Replace 0x40 magic value by SONIC_REG16_COUNT definition
` [PATCH v3 3/8] dp8393x: Only shift the device registers mapping by 1 bit
` [PATCH v3 4/8] dp8393x: Store CAM registers as 16-bit
` [PATCH v3 5/8] dp8393x: Migrate registers as array of uint16
` [PATCH v3 6/8] dp8393x: Store CRC using device configured endianess
` [NOTFORMERGE PATCH v3 7/8] dp8393x: Rewrite dp8393x_get() / dp8393x_put()
` [NOTFORMERGE PATCH v3 8/8] dp8393x: don't force 32-bit register access

[PATCH v4 0/5] Add support for Control-Flow Integrity
 2021-07-11 10:22 UTC  (3+ messages)
` [PATCH v4 1/5] configure,meson: add option to enable LTO

[Qemu-devel] [Bug 1779955] [NEW] qemu-arm-static read() doesn't accept mmap address as destination
 2021-07-11 10:01 UTC  (4+ messages)
` [Bug 1779955] Re: qemu linux-user requires read permissions on memory passed to syscalls that should only need write access

[Bug 1873769] [NEW] SB16 audio playback freezes emulation in Windows 95 guest
 2021-07-11  9:59 UTC  (4+ messages)
` [Bug 1873769] "

[PATCH v2] docs: Add '-device intel-iommu' entry
 2021-07-11  9:08 UTC  (2+ messages)

[PATCH v4 0/3] DEVICE_UNPLUG_ERROR QAPI event
 2021-07-11  8:49 UTC  (8+ messages)
` [PATCH v4 3/3] memory_hotplug.c: send DEVICE_UNPLUG_ERROR in acpi_memory_hotplug_write()

[Bug 1905297] [NEW] Zynq7000 UART clock reset initialization
 2021-07-11  5:48 UTC  (5+ messages)
` [Bug 1905297] "
` [Bug 1905297] Moved bug report

[Qemu-devel] [Bug 1785734] [NEW] movdqu partial write at page boundary
 2021-07-11  4:17 UTC  (2+ messages)
` [Bug 1785734] "

[Bug 1862874] [NEW] java may stuck for a long time in system mode with "-cpu max"
 2021-07-11  4:17 UTC  (2+ messages)
` [Bug 1862874] "

[Bug 1870331] [NEW] default nic device created even though supplied by configfile
 2021-07-11  4:17 UTC  (2+ messages)
` [Bug 1870331] "

[Bug 1897481] [NEW] qemu crashes with VGA pass-through, e-GPU, nvidia 1060
 2021-07-11  4:17 UTC  (2+ messages)
` [Bug 1897481] "

[Bug 1878501] [NEW] qemu-i386 does not define AT_SYSINFO
 2021-07-11  4:17 UTC  (2+ messages)
` [Bug 1878501] "

[Bug 1869006] [NEW] PCIe cards passthrough to TCG guest works on 2GB of guest memory but fails on 4GB (vfio_dma_map invalid arg)
 2021-07-11  4:17 UTC  (2+ messages)
` [Bug 1869006] "

[Bug 1902306] [NEW] Allow setting usb storage device ID parameters
 2021-07-11  4:17 UTC  (2+ messages)
` [Bug 1902306] "

[PATCH 00/41] tcg patch queue
 2021-07-11  0:12 UTC  (44+ messages)
` [PATCH 01/41] tcg: Add separator in INDEX_op_call dump
` [PATCH 02/41] tcg: Avoid including 'trace-tcg.h' in target translate.c
` [PATCH 03/41] accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()
` [PATCH 04/41] tcg: Bake tb_destroy() into tcg_region_tree
` [PATCH 05/41] tcg: Move tb_phys_invalidate_count to tb_ctx
` [PATCH 06/41] accel/tcg: Introduce translator_use_goto_tb
` [PATCH 07/41] target/alpha: Remove use_exit_tb
` [PATCH 08/41] target/alpha: Remove in_superpage
` [PATCH 09/41] target/alpha: Use translator_use_goto_tb
` [PATCH 10/41] target/arm: Use DISAS_TOO_MANY for ISB and SB
` [PATCH 11/41] target/arm: Use translator_use_goto_tb for aarch64
` [PATCH 12/41] target/arm: Use translator_use_goto_tb for aarch32
` [PATCH 13/41] target/avr: Use translator_use_goto_tb
` [PATCH 14/41] target/avr: Mark some helpers noreturn
` [PATCH 15/41] target/cris: Use translator_use_goto_tb
` [PATCH 16/41] target/hppa: "
` [PATCH 17/41] target/i386: "
` [PATCH 18/41] target/m68k: "
` [PATCH 19/41] target/microblaze: "
` [PATCH 20/41] target/mips: "
` [PATCH 21/41] target/mips: Fix missing else in gen_goto_tb
` [PATCH 22/41] target/nios2: Use translator_use_goto_tb
` [PATCH 23/41] target/openrisc: "
` [PATCH 24/41] target/ppc: "
` [PATCH 25/41] target/riscv: "
` [PATCH 26/41] target/rx: "
` [PATCH 27/41] target/s390x: "
` [PATCH 28/41] target/s390x: Remove use_exit_tb
` [PATCH 29/41] target/sh4: Use translator_use_goto_tb
` [PATCH 30/41] target/sparc: "
` [PATCH 31/41] target/tricore: "
` [PATCH 32/41] target/tricore: Use tcg_gen_lookup_and_goto_ptr
` [PATCH 33/41] target/xtensa: Use translator_use_goto_tb
` [PATCH 34/41] tcg: Fix prologue disassembly
` [PATCH 35/41] target/i386: Use cpu_breakpoint_test in breakpoint_handler
` [PATCH 36/41] accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c
` [PATCH 37/41] accel/tcg: Move tb_lookup "
` [PATCH 38/41] accel/tcg: Split out log_cpu_exec
` [PATCH 39/41] accel/tcg: Log tb->cflags with -d exec
` [PATCH 40/41] tcg: Remove TCG_TARGET_HAS_goto_ptr
` [PATCH 41/41] cpu: Add breakpoint tracepoints

[RFC PATCH 0/6] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-07-10 20:32 UTC  (3+ messages)
` [RFC PATCH 1/6] linux-header: add the SNP specific command

[PULL 00/28] Block layer patches
 2021-07-10 20:27 UTC  (2+ messages)

[PULL v2 00/48] Misc patches for QEMU 6.1 soft freeze
 2021-07-10 18:58 UTC  (3+ messages)
` [PULL v2 05/48] modules: add modinfo macros
` [PULL v2 48/48] meson: Use input/output for entitlements target

[PULL 00/33] ppc-for-6.1 queue 20210709
 2021-07-10 18:54 UTC  (2+ messages)

[PATCH v2 0/3] Let 'qemu-img convert --bitmaps' skip inconsistent bitmaps
 2021-07-10 18:37 UTC  (7+ messages)
` [PATCH v2 1/3] iotests: Improve and rename test 291 to qemu-img-bitmap
` [PATCH v2 2/3] qemu-img: Fail fast on convert --bitmaps with inconsistent bitmap
` [PATCH v2 3/3] qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps'

retrying failed gitlab CI external jobs (travis)
 2021-07-10 16:29 UTC  (2+ messages)

[PULL v2 00/15] Machine queue, 2021-07-07
 2021-07-10 15:05 UTC  (2+ messages)

[RFC PATCH 00/11] RISC-V: support clic v0.9 specification
 2021-07-10 15:04 UTC  (5+ messages)
` [RFC PATCH 06/11] target/riscv: Update CSR xtvec in CLIC mode
` [RFC PATCH 08/11] target/riscv: Update CSR xnxti "

[PATCH v1 1/5] target/riscv: Expose interrupt pending bits as GPIO lines
 2021-07-10 14:40 UTC  (2+ messages)

[PATCH 0/4] target/openrisc: Use tcg_constant_*
 2021-07-10 12:11 UTC  (3+ messages)
` [PATCH 2/4] target/openrisc: Use tcg_constant_tl for dc->R0

[PATCH v1 1/1] vfio: Make migration support non experimental by default
 2021-07-10  7:44 UTC  (2+ messages)

Use of migrate_add_blocker() in qxl.c
 2021-07-10  6:51 UTC 

[Bug 1904317] [NEW] cpu feature selection is not affected to guest 's cpuid with whpx
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1904317] "

[Bug 1904490] [NEW] intel-hda: valid registers are unknown
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1904490] "

[Bug 1904315] [NEW] CTRL+ALT is ignored on gtk window (configured with gtk and sdl)
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1904315] "

[Bug 1906181] [NEW] Mouse starts jumping wildly on guest desktop
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1906181] "

[Bug 1874888] [NEW] certain programs make QEMU crash with "tcg fatal error"
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1874888] "

[Bug 1906184] [NEW] Lots of stuttering/crackling in guest sound
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1906184] "

[Bug 1904652] [NEW] Assertion failure in usb-ohci
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1904652] "

[Bug 1905226] [NEW] intel-hda: stream reset bits are broken
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1905226] "

[Bug 1906185] [NEW] Guest display resolution cannot be changed when using certain graphics/interface combinations
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1906185] "

[Bug 1905562] [NEW] Guest seems suspended after host freed memory for it using oom-killer
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1905562] "

[Bug 1907061] [NEW] qemu-system-x86_64 minimizing window causes keyboard input lag globally
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1907061] "

[Bug 1906516] [NEW] [RISCV] sfence.vma need to end the translation block
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1906516] "

[Bug 1907926] [NEW] Implement TPM2 configuration for emulators that provide TCP interface
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1907926] "

[Bug 1907210] [NEW] QEMU gdbstub command "?" issue
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1907210] "

[Bug 1905651] [NEW] Tests cannot call g_error
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1905651] "

[Bug 1906536] [NEW] Unable to set SVE VL to 1024 bits or above since 7b6a2198
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1906536] "

[Bug 1906608] [NEW] [Feature request]For some ehci controller, qemu should implement using portsc[26-27] to detect the speed of device
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1906608] "

[Bug 1907776] [NEW] Mounting VFat drive yields error messages
 2021-07-10  4:17 UTC  (2+ messages)
` [Bug 1907776] "

Picture missing in About dialog on cocoa ui
 2021-07-10  3:30 UTC  (7+ messages)

[PATCH 1/4] cutils: Introduce bundle mechanism
 2021-07-10  2:48 UTC  (5+ messages)
` [PATCH 3/4] ui/icons: Use "

[PATCH] tcg: Fix prologue disassembly
 2021-07-10  2:48 UTC 

[PATCH v3 0/4] virtio: Add vhost-user based RNG
 2021-07-10  0:59 UTC  (5+ messages)
` [PATCH v3 1/4] vhost-user-rng: Add vhost-user-rng implementation
` [PATCH v3 2/4] vhost-user-rng-pci: Add vhost-user-rng-pci implementation
` [PATCH v3 3/4] vhost-user-rng: backend: Add RNG vhost-user daemon implementation
` [PATCH v3 4/4] docs: Add documentation for vhost based RNG implementation

[PATCH 0/1] target/arm: Fix offsets for TTBCR (#187)
 2021-07-09 23:06 UTC  (2+ messages)
` [PATCH 1/1] target/arm: Fix offsets for TTBCR


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