qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-24 11:14:54 to 2021-03-24 21:03:04 UTC [more...]

[PATCH v4 00/11] 64bit block-layer: part II
 2021-03-24 20:51 UTC  (10+ messages)
` [PATCH v4 01/11] block/io: bring request check to bdrv_co_{read, write}v_vmstate
` [PATCH v4 02/11] qcow2: check request on vmstate save/load path
` [PATCH v4 03/11] block: use int64_t instead of uint64_t in driver read handlers
` [PATCH v4 04/11] block: use int64_t instead of uint64_t in driver write handlers
` [PATCH v4 05/11] block: use int64_t instead of uint64_t in copy_range driver handlers
` [PATCH v4 06/11] block: make BlockLimits::max_pwrite_zeroes 64bit
` [PATCH v4 07/11] block: use int64_t instead of int in driver write_zeroes handlers
` [PATCH v4 08/11] block/io: allow 64bit write-zeroes requests
` [PATCH v4 09/11] block: make BlockLimits::max_pdiscard 64bit

[PATCH v2 00/10] Acceptance Test: introduce base class for Linux based tests
 2021-03-24 20:46 UTC  (13+ messages)
` [PATCH v2 02/10] tests/acceptance/virtiofs_submounts.py: evaluate string not length
` [PATCH v2 03/10] Python: add utility function for retrieving port redirection
` [PATCH v2 05/10] Acceptance Tests: add port redirection for ssh by default
` [PATCH v2 06/10] Acceptance Tests: make username/password configurable
` [PATCH v2 07/10] Acceptance Tests: set up SSH connection by default after boot for LinuxTest
` [PATCH v2 08/10] tests/acceptance/virtiofs_submounts.py: remove launch_vm()

[PATCH] device-crash-test: Ignore errors about a bus not being available
 2021-03-24 20:47 UTC  (2+ messages)

[PULL 0/2] Block patches
 2021-03-24 20:42 UTC  (6+ messages)
` [PULL 1/2] migration/block-dirty-bitmap: make incoming disabled bitmaps busy
` [PULL 2/2] migrate-bitmaps-postcopy-test: check that we can't remove in-flight bitmaps

[PATCH 00/28] qapi: Enforce naming rules
 2021-03-24 20:11 UTC  (9+ messages)
` [PATCH 10/28] qapi: Rework name checking in preparation of stricter checking
` [PATCH 13/28] qapi: Enforce event naming rules

[RFC v11 00/55] arm cleanup experiment for kvm-only build
 2021-03-24 20:31 UTC  (45+ messages)
` [RFC v11 04/55] target/arm: tcg: add sysemu and user subdirs
` [RFC v11 05/55] target/arm: tcg: split mte_helper user-only and sysemu code
` [RFC v11 06/55] target/arm: tcg: move sysemu-only parts of debug_helper
` [RFC v11 07/55] target/arm: tcg: split tlb_helper user-only and sysemu-only parts
` [RFC v11 08/55] target/arm: tcg: split m_helper "
` [RFC v11 10/55] target/arm: split off cpu-sysemu.c
` [RFC v11 11/55] target/arm: move physical address translation to cpu-mmu
` [RFC v11 12/55] target/arm: cpu-mmu: fix comment style
` [RFC v11 13/55] target/arm: split cpregs from tcg/helper.c
` [RFC v11 14/55] target/arm: cpregs: fix style (mostly just comments)
` [RFC v11 15/55] target/arm: move cpu definitions to common cpu module
` [RFC v11 16/55] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v11 17/55] target/arm: kvm: add stubs for some helpers
` [RFC v11 18/55] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v11 19/55] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v11 20/55] target/arm: split vfp state setting from tcg helpers
` [RFC v11 21/55] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()

[PATCH for-6.0 0/7] hw/block/nvme: misc fixes
 2021-03-24 20:09 UTC  (8+ messages)
` [PATCH for-6.0 1/7] hw/block/nvme: fix pi constraint check
` [PATCH for-6.0 2/7] hw/block/nvme: fix missing string representation for ns attachment
` [PATCH for-6.0 3/7] hw/block/nvme: fix the nsid 'invalid' value
` [PATCH for-6.0 4/7] hw/block/nvme: fix controller namespaces array indexing
` [PATCH for-6.0 5/7] hw/block/nvme: fix warning about legacy namespace configuration
` [PATCH for-6.0 6/7] hw/block/nvme: update dmsrl limit on namespace detachment
` [PATCH for-6.0 7/7] hw/block/nvme: fix handling of private namespaces

[PATCH v2 0/2] hw/block/nvme: coverity fixes
 2021-03-24 20:04 UTC  (2+ messages)

[PATCH v3] hw/isa/piix4: Migrate Reset Control Register
 2021-03-24 20:03 UTC 

[PATCH v2] hw/isa/piix4: Migrate Reset Control Register
 2021-03-24 20:00 UTC  (3+ messages)

[RFC PATCH 00/27] vDPA software assisted live migration
 2021-03-24 19:56 UTC  (11+ messages)
` [RFC PATCH 13/27] vhost: Send buffers to device

[PATCH 0/4] DEVICE_NOT_DELETED/DEVICE_UNPLUG_ERROR QAPI events
 2021-03-24 19:09 UTC  (5+ messages)

[PATCH v1 0/3] migration: Fixes to the 'background-snapshot' code
 2021-03-24 18:50 UTC  (12+ messages)
` [PATCH v1 1/3] migration: Fix missing qemu_fflush() on buffer file in bg_migration_thread

[PATCH v2 0/2] vhost-user-blk: fix bug on device disconnection during initialization
 2021-03-24 18:44 UTC  (5+ messages)
` [PATCH v2 1/2] vhost-user-blk: use different event handlers on initialization
` [PATCH v2 2/2] vhost-user-blk: perform immediate cleanup if disconnect "

[PATCH v3] linux-user/s390x: Use the guest pointer for the sigreturn stub
 2021-03-24 18:51 UTC 

[PATCH 1/1] linux-user/s390x: Apply h2g to address of sigreturn stub
 2021-03-24 18:48 UTC  (11+ messages)
            ` [PATCH v2] linux-user/s390x: Use the guest pointer for the "

[PATCH v6 00/10] KVM: Dirty ring support (QEMU part)
 2021-03-24 18:41 UTC  (11+ messages)
` [PATCH v6 01/10] memory: Introduce log_sync_global() to memory listener
` [PATCH v6 02/10] KVM: Use a big lock to replace per-kml slots_lock
` [PATCH v6 03/10] KVM: Create the KVMSlot dirty bitmap on flag changes
` [PATCH v6 04/10] KVM: Provide helper to get kvm dirty log
` [PATCH v6 05/10] KVM: Provide helper to sync dirty bitmap from slot to ramblock
` [PATCH v6 06/10] KVM: Simplify dirty log sync in kvm_set_phys_mem
` [PATCH v6 07/10] KVM: Cache kvm slot dirty bitmap size
` [PATCH v6 08/10] KVM: Add dirty-gfn-count property
` [PATCH v6 09/10] KVM: Disable manual dirty log when dirty ring enabled
` [PATCH v6 10/10] KVM: Dirty ring support

gitlab-ci: Only build /staging branch?
 2021-03-24 18:33 UTC  (2+ messages)

[PATCH-for-6.1] hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQ
 2021-03-24 18:29 UTC 

[RFC v5 0/6] hmp,qmp: Add some commands to introspect virtio deices
 2021-03-24 18:31 UTC  (3+ messages)
` [RFC v5 1/6] qmp: add QMP command x-debug-query-virtio

[PATCH 0/6] hw/southbridge: QOM'ify vt82c686 as VT82C686B_SOUTHBRIDGE
 2021-03-24 17:54 UTC  (7+ messages)
` [PATCH 1/6] hw/isa/vt82c686: Name output IRQ as 'intr'
` [PATCH 2/6] hw/isa/vt82c686: Simplify removing unuseful qemu_allocate_irqs() call
` [PATCH 3/6] hw/isa/vt82c686: Let ISA function expose ISA IRQs
` [PATCH 4/6] hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVS
` [PATCH 5/6] hw/ide/via: Connect IDE function output IRQs to the ISA function input
` [PATCH 6/6] hw/southbridge/vt82c686: Introduce VT82C686B_SOUTHBRIDGE

[PATCH v5 00/10] KVM: Dirty ring support (QEMU part)
 2021-03-24 18:08 UTC  (12+ messages)
` [PATCH v5 02/10] KVM: Use a big lock to replace per-kml slots_lock

[PULL for 6.0 00/22] various fixes (kernel-doc, semihosting, testing)
 2021-03-24 17:41 UTC  (26+ messages)
` [PULL 01/22] scripts/kernel-doc: strip QEMU_ from function definitions
` [PULL 02/22] docs/devel: include the plugin API information from the headers
` [PULL 03/22] docs/devel: expand style section of memory management
` [PULL 04/22] tools/virtiofsd: include --socket-group in help
` [PULL 05/22] semihosting: move semihosting tests to multiarch
` [PULL 06/22] semihosting/arm-compat-semi: unify GET/SET_ARG helpers
` [PULL 07/22] semihosting/arm-compat-semi: don't use SET_ARG to report SYS_HEAPINFO
  ` [Bug 1915925] "
` [PULL 08/22] linux-user/riscv: initialise the TaskState heap/stack info
` [PULL 09/22] tests/tcg: add HeapInfo checking to semihosting test
` [PULL 10/22] gitlab-ci.yml: Merge the trace-backend testing into other jobs
` [PULL 11/22] configure: Don't use the __atomic_*_16 functions for testing 128-bit support
` [PULL 12/22] cirrus.yml: Update the FreeBSD task to version 12.2
` [PULL 13/22] utils: Tighter tests for qemu_strtosz
` [PULL 14/22] utils: Work around mingw strto*l bug with 0x
` [PULL 15/22] gitlab: extend timeouts for CFI builds
` [PULL 16/22] qdev: define list of archs with virtio-pci or virtio-ccw
` [PULL 17/22] m68k: add the virtio devices aliases
` [PULL 18/22] blockdev: with -drive if=virtio, use generic virtio-blk
` [PULL 19/22] iotests: Revert "iotests: use -ccw on s390x for 040, 139, and 182"
` [PULL 20/22] iotests: test m68k with the virt machine
` [PULL 21/22] iotests: iothreads need ioeventfd
` [PULL 22/22] gitlab: default to not building the documentation

[Bug 1909247] [NEW] QEMU: use after free vulnerability in esp_do_dma() in hw/scsi/esp.c
 2021-03-24 17:28 UTC  (5+ messages)
` [Bug 1909247] "

[PATCH v2 00/12] Categorize some uncategorized devices
 2021-03-24 17:23 UTC  (4+ messages)
` [PATCH v2 05/12] mc146818rtc: put it into the 'misc' category

[PATCH] target/i386: Verify memory operand for lcall and ljmp
 2021-03-24 17:00 UTC  (2+ messages)

[Bug 1921138] [NEW] tcg.c:3329: tcg fatal error
 2021-03-24 16:50 UTC  (3+ messages)
` [Bug 1921138] "

[PATCH v5 0/6] coroutine rwlock downgrade fix, minor VDI changes
 2021-03-24 16:43 UTC  (11+ messages)
` [PATCH 1/6] block/vdi: When writing new bmap entry fails, don't leak the buffer
` [PATCH 2/6] block/vdi: Don't assume that blocks are larger than VdiHeader
` [PATCH 4/6] coroutine-lock: reimplement CoRwlock to fix downgrade bug

[PATCH v3 00/10] Fixed some bugs and optimized some codes for COLO
 2021-03-24 16:40 UTC  (3+ messages)
` [PATCH v3 07/10] Reset the auto-converge counter at every checkpoint

[PATCH v8] drivers/misc: sysgenid: add system generation id driver
 2021-03-24 16:38 UTC  (7+ messages)

[PATCH v2 0/3] reinitialize ACPI PM device on reset
 2021-03-24 16:37 UTC  (3+ messages)
` [PATCH v2 2/3] pci: sprinkle assert in PCI pin number

[PATCH] hw/pci/pci.c: Assert that pci_irq_handler() inputs are valid
 2021-03-24 16:21 UTC  (2+ messages)

[Bug 1921092] [NEW] qemu-system-arm multi core debug not working
 2021-03-24 16:08 UTC  (3+ messages)
` [Bug 1921092] "
` [Bug 1921092] Re: how do i delete this bug?

[PATCH for 6.0 v2 00/22] fixes for rc1 pre-PR (kernel-doc, semihosting, testing)
 2021-03-24 15:58 UTC  (6+ messages)
` [PATCH v2 09/22] tests/tcg: add HeapInfo checking to semihosting test

[PATCH V4] file-posix: allow -EBUSY error during ioctl(fd, BLKZEROOUT, range) on block
 2021-03-24 15:49 UTC  (3+ messages)

[Bug 1920784] Re: qemu-system-ppc64le fails with kvm acceleration
 2021-03-24 15:32 UTC  (2+ messages)

[PATCH] hw/isa/piix4: Migrate Reset Control Register
 2021-03-24 15:38 UTC  (2+ messages)

[PATCH v2 0/5] qemu-iotests: quality of life improvements
 2021-03-24 15:17 UTC  (2+ messages)

[PATCH] qapi: introduce 'query-cpu-model-cpuid' action
 2021-03-24 13:39 UTC 

[PATCH v4 0/6] Allow changing bs->file on reopen
 2021-03-24 15:08 UTC  (5+ messages)
` [PATCH v4 2/6] block: "

[PATCH] hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize()
 2021-03-24 15:00 UTC  (2+ messages)

[PATCH] target/riscv: Align the data type of reset vector address
 2021-03-24 14:59 UTC  (2+ messages)

[PATCH v2 0/7] ui: add vdagent implementation and clipboard support
 2021-03-24 14:47 UTC  (8+ messages)
` [PATCH v2 7/7] ui/gtk: add "

[Bug 1920934] [NEW] Heap-use-after-free in io_writex / cputlb.c results in Linux kernel crashes
 2021-03-24 14:40 UTC  (4+ messages)
` [Bug 1920934] "

[PATCH] meson: Propagate gnutls dependency to migration
 2021-03-24 13:45 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] i386/cpu_dump: support AVX512 ZMM regs dump
 2021-03-24 13:44 UTC  (2+ messages)

[PATCH 1/2] hw/riscv: sifive_u: Allow passing custom DTB
 2021-03-24 13:41 UTC  (2+ messages)

[PATCH 0/8] virtiofsd: Changed various allocations to GLib functions
 2021-03-24 13:32 UTC  (8+ messages)
` [PATCH 2/8] virtiofds: Changed allocations of iovec to GLib's functions
` [PATCH 8/8] virtiofsd/fuse_virtio.c: Changed allocations of locals to GLib

[PULL 0/5] tcg patch queue for 6.0
 2021-03-24 13:22 UTC  (2+ messages)

[PATCH RFC v2 0/6] Introduce IOMMU Option For PCI Root Bus
 2021-03-24 13:16 UTC  (7+ messages)
` [PATCH RFC v2 1/6] hw/pci/pci_host: Add iommu property for pci host
` [PATCH RFC v2 2/6] hw/pci: Add iommu option for pci root bus
` [PATCH RFC v2 3/6] hw/pci: Add pci_root_bus_max_bus
` [PATCH RFC v2 4/6] hw/arm/virt-acpi-build: Add explicit idmap info in IORT table
` [PATCH RFC v2 5/6] hw/i386/acpi-build: Add explicit scope in DMAR table
` [PATCH RFC v2 6/6] hw/i386/acpi-build: Add iommu filter in IVRS table

[PATCH v3 0/3] spapr: nvdimm: Enable sync-dax property for nvdimm
 2021-03-24  4:09 UTC  (7+ messages)
` [PATCH v3 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH v3 3/3] spapr: nvdimm: Enable sync-dax device property for nvdimm

Issue Report: When VM has multiple vCPU and receive SIGBUS for SRAR, qemu will inject broadcast MCE to VM, VM may exceed 1S MCE sync time, and Panic
 2021-03-24  3:53 UTC 

[PATCH v2] x86/mce: fix wrong no-return-ip logic in do_machine_check()
 2021-03-24  8:03 UTC  (2+ messages)

[PATCH 0/2] yank: Always link full yank code
 2021-03-24 12:09 UTC  (5+ messages)

qdev: Regarding lazy ISA bridge creation
 2021-03-24 11:38 UTC  (2+ messages)

[PATCH v10 0/7] Pegasos2 emulation
 2021-03-24 11:21 UTC  (6+ messages)
` [PATCH v10 7/7] hw/ppc: Add emulation of Genesi/bPlan Pegasos II

[PULL 0/5] Ui 20210323 patches
 2021-03-24 11:14 UTC  (2+ messages)

[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
 2021-02-17 12:19 UTC 


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