qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-10 08:33:27 to 2022-02-10 18:14:41 UTC [more...]

[PATCH v5 00/20] job: replace AioContext lock with job_mutex
 2022-02-10 17:35 UTC  (7+ messages)
` [PATCH v5 02/20] job.h: categorize fields in struct Job
` [PATCH v5 03/20] job.c: API functions not used outside should be static

[PATCH] Deprecate C virtiofsd
 2022-02-10 17:17 UTC  (4+ messages)

[PATCH v14 0/7] support dirty restraint on vCPU
 2022-02-10 16:17 UTC  (5+ messages)
` [PATCH v14 3/7] migration/dirtyrate: Refactor dirty page rate calculation
` [PATCH v14 4/7] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
` [PATCH v14 5/7] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
` [PATCH v14 6/7] softmmu/dirtylimit: Implement virtual CPU throttle

qemu iotest 161 and make check
 2022-02-10 14:51 UTC  (3+ messages)

[PATCH 0/6] block: bug fixes in preparation of AioContext removal
 2022-02-10 15:02 UTC  (14+ messages)
` [PATCH 1/6] block/io.c: fix bdrv_child_cb_drained_begin invocations from a coroutine
` [PATCH 2/6] block.c: bdrv_replace_child_noperm: first remove the child, and then call ->detach()
` [PATCH 3/6] block.c: bdrv_replace_child_noperm: first call ->attach(), and then add child
` [PATCH 4/6] test-bdrv-drain.c: adapt test to the coming subtree drains
` [PATCH 5/6] test-bdrv-drain.c: remove test_detach_by_parent_cb()
` [PATCH 6/6] jobs: ensure sleep in job_sleep_ns is fully performed

[PATCH V13 0/7] support dirty restraint on vCPU
 2022-02-10 16:06 UTC  (2+ messages)
  ` [PATCH V13 2/7] cpus: Introduce cpu_list_generation_id

[PATCH v4 0/3] qapi/ui: change vnc addresses
 2022-02-10 15:46 UTC  (7+ messages)
` [PATCH v4 1/3] ui/vnc: refactor arrays of addresses to SocketAddressList
` [PATCH v4 2/3] qapi/ui: display-update: add possibility to change listen address
` [PATCH v4 3/3] avocado/vnc: add test_change_listen

[PATCH v3] target/riscv: Enable Zicbo[m,z,p] instructions
 2022-02-10 16:48 UTC  (2+ messages)

[PATCH v3 0/5] qtests/libqos: Allow PCI tests to be run with virt-machine
 2022-02-10 14:52 UTC  (3+ messages)
` [PATCH v3 1/5] tests/qtest/vhost-user-test.c: Use vhostforce=on
` [PATCH v3 3/5] tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable

[PATCH 0/4] Make qemu-img dd more flexible
 2022-02-10 13:31 UTC  (5+ messages)
` [PATCH 1/4] qemu-img: dd: add osize and read from/to stdin/stdout
` [PATCH 2/4] qemu-img: dd: add isize parameter
` [PATCH 3/4] qemu-img: dd: add -n option (skip target volume creation)
` [PATCH 4/4] qemu-img: dd: add -l option for loading a snapshot

[PATCH] hw/i386/pc: when adding reserved E820 entries do not allocate dynamic entries
 2022-02-10 16:10 UTC  (2+ messages)

[PATCH v5 00/11] 9p: Add support for darwin
 2022-02-10 15:46 UTC  (7+ messages)
` [PATCH v5 09/11] 9p: darwin: Implement compatibility for mknodat

[PATCH v6 00/11] 9p: Add support for darwin
 2022-02-10 13:29 UTC  (12+ messages)
` [PATCH v6 01/11] 9p: linux: Fix a couple Linux assumptions
` [PATCH v6 02/11] 9p: Rename 9p-util -> 9p-util-linux
` [PATCH v6 03/11] 9p: darwin: Handle struct stat(fs) differences
` [PATCH v6 04/11] 9p: darwin: Handle struct dirent differences
` [PATCH v6 05/11] 9p: darwin: Ignore O_{NOATIME, DIRECT}
` [PATCH v6 06/11] 9p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAX
` [PATCH v6 07/11] 9p: darwin: *xattr_nofollow implementations
` [PATCH v6 08/11] 9p: darwin: Compatibility for f/l*xattr
` [PATCH v6 09/11] 9p: darwin: Implement compatibility for mknodat
` [PATCH v6 10/11] 9p: darwin: Adjust assumption on virtio-9p-test
` [PATCH v6 11/11] 9p: darwin: meson: Allow VirtFS on Darwin

[PATCH v1] an547: Correct typo that swaps ahb and apb peripherals
 2022-02-10 15:13 UTC  (3+ messages)

[PULL 00/42] ppc queue
 2022-02-10 13:00 UTC  (43+ messages)
` [PULL 01/42] target/ppc: Remove 440x4 CPU
` [PULL 02/42] target/ppc: Introduce powerpc_excp_booke
` [PULL 03/42] target/ppc: Simplify powerpc_excp_booke
` [PULL 04/42] target/ppc: booke: Critical exception cleanup
` [PULL 05/42] target/ppc: booke: Machine Check cleanups
` [PULL 06/42] target/ppc: booke: Data Storage exception cleanup
` [PULL 07/42] target/ppc: booke: Instruction storage "
` [PULL 08/42] target/ppc: booke: External interrupt cleanup
` [PULL 09/42] target/ppc: booke: Alignment "
` [PULL 10/42] target/ppc: booke: System Call exception cleanup
` [PULL 11/42] target/ppc: booke: Watchdog Timer interrupt
` [PULL 12/42] target/ppc: booke: System Reset exception cleanup
` [PULL 13/42] target/ppc: Fix radix logging
` [PULL 14/42] target/ppc: Remove PowerPC 601 CPUs
` [PULL 15/42] target/ppc: Merge exception model IDs for 6xx CPUs
` [PULL 16/42] target/ppc: Introduce powerpc_excp_6xx
` [PULL 17/42] target/ppc: Simplify powerpc_excp_6xx
` [PULL 18/42] target/ppc: 6xx: Critical exception cleanup
` [PULL 19/42] target/ppc: 6xx: Machine Check "
` [PULL 20/42] target/ppc: 6xx: External interrupt cleanup
` [PULL 21/42] target/ppc: 6xx: Program exception cleanup
` [PULL 22/42] target/ppc: 6xx: System Call "
` [PULL 23/42] target/ppc: 6xx: System Reset interrupt cleanup
` [PULL 24/42] target/ppc: 6xx: Software TLB exceptions cleanup
` [PULL 25/42] target/ppc: 6xx: Set SRRs directly in exception code
` [PULL 26/42] target/ppc: Merge 7x5 and 7x0 exception model IDs
` [PULL 27/42] target/ppc: Introduce powerpc_excp_7xx
` [PULL 28/42] target/ppc: Simplify powerpc_excp_7xx
` [PULL 29/42] target/ppc: 7xx: Machine Check exception cleanup
` [PULL 30/42] target/ppc: 7xx: External interrupt cleanup
` [PULL 31/42] target/ppc: 7xx: Program exception cleanup
` [PULL 32/42] target/ppc: 7xx: System Call "
` [PULL 33/42] target/ppc: 7xx: System Reset cleanup
` [PULL 34/42] target/ppc: 7xx: Software TLB cleanup
` [PULL 35/42] target/ppc: 7xx: Set SRRs directly in exception code
` [PULL 36/42] target/ppc: Remove powerpc_excp_legacy
` [PULL 37/42] target/ppc: powerpc_excp: Move common code to the caller function
` [PULL 38/42] target/ppc: Assert if MSR bits differ from msr_mask during exceptions
` [PULL 39/42] target/ppc: books: Remove excp_model argument from ppc_excp_apply_ail
` [PULL 40/42] target/ppc: Change VSX instructions behavior to fill with zeros
` [PULL 41/42] docs: rstfy confidential guest documentation
` [PULL 42/42] spapr/vof: Install rom and nvram binaries

Anjin Virtual Computer
 2022-02-10  8:48 UTC 

[PATCH 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
 2022-02-10 13:29 UTC  (7+ messages)

[PATCH v3 00/37] target/ppc: PowerISA Vector/VSX instruction batch
 2022-02-10 12:34 UTC  (38+ messages)
` [PATCH v3 01/37] target/ppc: Introduce TRANS*FLAGS macros
` [PATCH v3 02/37] target/ppc: moved vector even and odd multiplication to decodetree
` [PATCH v3 03/37] target/ppc: Moved vector multiply high and low "
` [PATCH v3 04/37] target/ppc: vmulh* instructions use gvec
` [PATCH v3 05/37] target/ppc: Implement vmsumcud instruction
` [PATCH v3 06/37] target/ppc: Implement vmsumudm instruction
` [PATCH v3 07/37] target/ppc: Move vexts[bhw]2[wd] to decodetree
` [PATCH v3 08/37] target/ppc: Implement vextsd2q
` [PATCH v3 09/37] target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
` [PATCH v3 10/37] target/ppc: Move Vector Compare Not Equal or Zero "
` [PATCH v3 11/37] target/ppc: Implement Vector Compare Equal Quadword
` [PATCH v3 12/37] target/ppc: Implement Vector Compare Greater Than Quadword
` [PATCH v3 13/37] target/ppc: Implement Vector Compare Quadword
` [PATCH v3 14/37] target/ppc: implement vstri[bh][lr]
` [PATCH v3 15/37] target/ppc: implement vclrlb
` [PATCH v3 16/37] target/ppc: implement vclrrb
` [PATCH v3 17/37] target/ppc: implement vcntmb[bhwd]
` [PATCH v3 18/37] target/ppc: implement vgnb
` [PATCH v3 19/37] target/ppc: Move vsel and vperm/vpermr to decodetree
` [PATCH v3 20/37] target/ppc: Move xxsel "
` [PATCH v3 21/37] target/ppc: move xxperm/xxpermr "
` [PATCH v3 22/37] target/ppc: Move xxpermdi "
` [PATCH v3 23/37] target/ppc: Implement xxpermx instruction
` [PATCH v3 24/37] tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4i
` [PATCH v3 25/37] target/ppc: Implement xxeval
` [PATCH v3 26/37] target/ppc: Implement xxgenpcv[bhwd]m instruction
` [PATCH v3 27/37] target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
` [PATCH v3 28/37] target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]
` [PATCH v3 29/37] target/ppc: Implement xvtlsbb instruction
` [PATCH v3 30/37] target/ppc: Remove xscmpnedp instruction
` [PATCH v3 31/37] target/ppc: Refactor VSX_SCALAR_CMP_DP
` [PATCH v3 32/37] target/ppc: Implement xscmp{eq,ge,gt}qp
` [PATCH v3 33/37] target/ppc: Move xscmp{eq,ge,gt}dp to decodetree
` [PATCH v3 34/37] target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3
` [PATCH v3 35/37] target/ppc: Refactor VSX_MAX_MINC helper
` [PATCH v3 36/37] target/ppc: Implement xs{max,min}cqp
` [PATCH v3 37/37] target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions

[PATCH v2 0/4] OpenRISC Device Tree Support
 2022-02-10 12:34 UTC  (5+ messages)
` [PATCH v2 1/4] hw/openrisc/openrisc_sim: Create machine state for or1ksim
` [PATCH v2 2/4] hw/openrisc/openrisc_sim: Parameterize initialization
` [PATCH v2 3/4] hw/openrisc/openrisc_sim; Add support for loading a device tree
` [PATCH v2 4/4] hw/openrisc/openrisc_sim: Add support for initrd loading

[PATCH 0/4] OpenRISC Device Tree Support
 2022-02-10 12:34 UTC  (10+ messages)
` [PATCH 1/4] hw/openrisc/openrisc_sim: Create machine state for or1ksim
` [PATCH 2/4] hw/openrisc/openrisc_sim: Paramatarize initialization
` [PATCH 3/4] hw/openrisc/openrisc_sim; Add support for loading a decice tree

[PULL 0/5] 9p queue 2022-02-10
 2022-02-10 11:21 UTC  (6+ messages)
` [PULL 1/5] tests/9pfs: use g_autofree where possible
` [PULL 3/5] tests/9pfs: Fix leak of local_test_path
` [PULL 4/5] tests/9pfs: Use g_autofree and g_autoptr where possible
` [PULL 5/5] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
` [PULL 2/5] tests/9pfs: fix mkdir() being called twice

[PATCH] vhost: fix repeated memory unmap in error paths
 2022-02-10 12:20 UTC  (3+ messages)

[PATCH v2] hw/smbios: fix memory corruption for large guests due to handle overlap
 2022-02-10 12:32 UTC  (6+ messages)

[PATCH 1/2] vhost-user-blk: handle errors in vhost_user_blk_connect
 2022-02-10 12:06 UTC  (4+ messages)
` [PATCH 2/2] vhost-user-blk: check connection state in vhost_user_blk_set_config

[PATCH] meson: put custom CFLAGS after default CFLAGS
 2022-02-10 11:56 UTC  (3+ messages)

[PATCH v5 0/2] semihosting/next (SYS_HEAPINFO)
 2022-02-10 11:48 UTC  (4+ messages)
` [PATCH v5 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
` [PATCH v5 2/2] tests/tcg: port SYS_HEAPINFO to a system test

[PATCH] virtio-net: break gracefully on packet without valid header
 2022-02-10 11:44 UTC 

[PATCH] virtio: update memory region cache when queue size changes
 2022-02-10 11:44 UTC 

[PATCH v4] hw/sensor: Add lsm303dlhc magnetometer device
 2022-02-10 11:33 UTC  (2+ messages)

[PATCH v2 00/15] target/arm: Implement LVA, LPA, LPA2 features
 2022-02-10 11:15 UTC  (5+ messages)
` [PATCH v2 01/15] hw/registerfields: Add FIELD_SEX<N> and FIELD_SDP<N>
` [PATCH v2 06/15] target/arm: Use MAKE_64BIT_MASK to compute indexmask

[PATCH 0/2] Kconfig: Add an I2C_DEVICES device group
 2022-02-10 11:19 UTC  (2+ messages)

[PATCH V2] hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUEST
 2022-02-10 11:04 UTC 

[PATCH v9 00/23] QEMU RISC-V AIA support
 2022-02-10 10:24 UTC  (5+ messages)

[PATCH v12 0/8] hmp,qmp: Add commands to introspect virtio devices
 2022-02-10 10:22 UTC  (9+ messages)
` [PATCH v12 1/8] virtio: drop name parameter for virtio_init()
` [PATCH v12 2/8] virtio: add vhost support for virtio devices
` [PATCH v12 3/8] qmp: add QMP command x-query-virtio
` [PATCH v12 4/8] qmp: add QMP command x-query-virtio-status
` [PATCH v12 5/8] qmp: decode feature & status bits in virtio-status
` [PATCH v12 6/8] qmp: add QMP commands for virtio/vhost queue-status
` [PATCH v12 7/8] qmp: add QMP command x-query-virtio-queue-element
` [PATCH v12 8/8] hmp: add virtio commands

[PATCH] hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUEST
 2022-02-10 10:28 UTC  (3+ messages)

[PATCH 1/2] intel-iommu: remove VTD_FR_RESERVED_ERR
 2022-02-10  9:47 UTC  (4+ messages)
` [PATCH 2/2] intel-iommu: block output address in interrupt address range

[PATCH v3 0/3] qapi/ui: change vnc addresses
 2022-02-10  9:39 UTC  (4+ messages)
` [PATCH v3 2/3] qapi/ui: display-reload: add possibility to change listen address

[PATCH 00/15] target: Use ArchCPU & CPUArchState as abstract interface to target CPU
 2022-02-10  8:34 UTC  (5+ messages)
` [PATCH 02/15] hw/m68k/mcf: Add missing 'exec/hwaddr.h' header
` [PATCH 03/15] hw/tricore: Remove unused and incorrect header

[PATCH] hw/net: e1000e: Clear ICR on read when using non MSI-X interrupts
 2022-01-11  5:56 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).