qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-17 19:45:10 to 2022-10-18 14:29:12 UTC [more...]

[PULL 00/53] target/i386, scsi, build patches for 2022-10-18
 2022-10-18 13:30 UTC  (49+ messages)
` [PULL 01/53] virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
` [PULL 02/53] configure: don't enable firmware for targets that are not built
` [PULL 03/53] scsi: Use device_cold_reset() and bus_cold_reset()
` [PULL 04/53] hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devices
` [PULL 05/53] hyperv: fix SynIC SINT assertion failure on guest reset
` [PULL 06/53] configure: Avoid using strings binary
` [PULL 07/53] target/i386: Use device_cold_reset() to reset the APIC
` [PULL 08/53] target/i386: Save and restore pc_save before tcg_remove_ops_after
` [PULL 09/53] target/i386: Use MMUAccessType across excp_helper.c
` [PULL 10/53] target/i386: Direct call get_hphys from mmu_translate
` [PULL 11/53] target/i386: Introduce structures for mmu_translate
` [PULL 12/53] target/i386: Reorg GET_HPHYS
` [PULL 13/53] target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDX
` [PULL 14/53] target/i386: Use MMU_NESTED_IDX for vmload/vmsave
` [PULL 15/53] target/i386: Combine 5 sets of variables in mmu_translate
` [PULL 16/53] target/i386: Use atomic operations for pte updates
` [PULL 17/53] target/i386: Use probe_access_full for final stage2 translation
` [PULL 18/53] target/i386: Define XMMReg and access macros, align ZMM registers
` [PULL 19/53] target/i386: make ldo/sto operations consistent with ldq
` [PULL 21/53] target/i386: add core of new i386 decoder
` [PULL 22/53] target/i386: add ALU load/writeback core
` [PULL 23/53] target/i386: add CPUID[EAX=7,ECX=0].ECX to DisasContext
` [PULL 24/53] target/i386: add CPUID feature checks to new decoder
` [PULL 25/53] target/i386: add AVX_EN hflag
` [PULL 26/53] target/i386: validate VEX prefixes via the instructions' exception classes
` [PULL 27/53] target/i386: validate SSE prefixes directly in the decoding table
` [PULL 28/53] target/i386: move scalar 0F 38 and 0F 3A instruction to new decoder
` [PULL 29/53] target/i386: Prepare ops_sse_header.h for 256 bit AVX
` [PULL 30/53] target/i386: extend helpers to support VEX.V 3- and 4- operand encodings
` [PULL 31/53] target/i386: support operand merging in binary scalar helpers
` [PULL 32/53] target/i386: provide 3-operand versions of unary "
` [PULL 33/53] target/i386: implement additional AVX comparison operators
` [PULL 34/53] target/i386: Introduce 256-bit vector helpers
` [PULL 35/53] target/i386: reimplement 0x0f 0x60-0x6f, add AVX
` [PULL 36/53] target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, "
` [PULL 37/53] target/i386: reimplement 0x0f 0x50-0x5f, "
` [PULL 38/53] target/i386: reimplement 0x0f 0x78-0x7f, "
` [PULL 39/53] target/i386: reimplement 0x0f 0x70-0x77, "
` [PULL 40/53] target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, "
` [PULL 41/53] target/i386: clarify (un)signedness of immediates from 0F3Ah opcodes
` [PULL 42/53] target/i386: reimplement 0x0f 0x3a, add AVX
` [PULL 43/53] target/i386: Use tcg gvec ops for pmovmskb
` [PULL 45/53] target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVX
` [PULL 46/53] target/i386: reimplement 0x0f 0x10-0x17, "
` [PULL 47/53] target/i386: reimplement 0x0f 0x28-0x2f, "
` [PULL 48/53] target/i386: implement XSAVE and XRSTOR of AVX registers
` [PULL 52/53] target/i386: move 3DNow to the new decoder
` [PULL 53/53] target/i386: remove old SSE decoder

[PATCH] linux-user: Implement faccessat2
 2022-10-18 13:05 UTC  (4+ messages)

[PATCH] target/i386: Save and restore pc_save before tcg_remove_ops_after
 2022-10-18 13:17 UTC  (2+ messages)

KVM Call for 2022-10-18
 2022-10-18 13:15 UTC  (2+ messages)

[PATCH v2 00/28] qapi: Elide redundant has_FOO in generated C
 2022-10-18 13:06 UTC  (48+ messages)
` [PATCH v2 01/28] docs/devel/qapi-code-gen: Update example to match current code
` [PATCH v2 02/28] qapi: Tidy up whitespace in generated code
` [PATCH v2 03/28] docs/devel/qapi-code-gen: Extend example for next commit's change
` [PATCH v2 04/28] qapi: Start to elide redundant has_FOO in generated C
` [PATCH v2 05/28] qapi tests: Elide "
` [PATCH v2 06/28] qapi acpi: "
` [PATCH v2 07/28] qapi audio: "
` [PATCH v2 08/28] qapi block: "
` [PATCH v2 09/28] qapi char: "
` [PATCH v2 10/28] qapi crypto: "
` [PATCH v2 11/28] qapi dump: "
` [PATCH v2 12/28] qapi job: "
` [PATCH v2 13/28] qapi machine: "
` [PATCH v2 14/28] qapi migration: "
` [PATCH v2 15/28] qapi misc: "
` [PATCH v2 16/28] qapi net: "
` [PATCH v2 17/28] qapi pci: "
` [PATCH v2 18/28] qapi qdev qom: "
` [PATCH v2 19/28] qapi replay: "
` [PATCH v2 20/28] qapi rocker: "
` [PATCH v2 21/28] qapi run-state: "
` [PATCH v2 22/28] qapi stats: "
` [PATCH v2 23/28] qapi tpm: "
` [PATCH v2 24/28] qapi transaction: "
` [PATCH v2 25/28] qapi ui: "
` [PATCH v2 26/28] qapi virtio: "
` [PATCH v2 27/28] qapi qga: "
` [PATCH v2 28/28] qapi: Drop temporary logic to support conversion step by step

[PATCH v4 1/3] hw: misc: edu: fix 2 off-by-one errors
 2022-10-18 12:25 UTC  (3+ messages)
` [PATCH v4 2/3] hw: misc: edu: rename local vars in edu_check_range
` [PATCH v4 3/3] hw: misc: edu: use qemu_log_mask instead of hw_error

[PATCH] vhost: Warn if DEVIOTLB_UNMAP is not supported and ats is set
 2022-10-18 12:28 UTC 

[RFC 0/7] migration patches for VFIO
 2022-10-18 12:22 UTC  (8+ messages)
` [RFC 7/7] migration: call qemu_savevm_state_pending_exact() with the guest stopped

[v2] hw: misc: edu: fix 2 off-by-one errors
 2022-10-18 12:11 UTC  (11+ messages)

[PATCH 00/20] tests/9p: introduce declarative function calls
 2022-10-18 11:54 UTC  (2+ messages)

[PATCH v3 00/13] Misc ppc/mac machines clean up
 2022-10-18 11:37 UTC  (3+ messages)

[PATCH v3 0/9] ppc/e500: Add support for two types of flash, cleanup
 2022-10-18 11:13 UTC  (11+ messages)
` [PATCH v3 2/9] hw/{arm,ppc}: Resolve unreachable code
` [PATCH v3 7/9] hw/ppc/e500: Implement pflash handling

[PATCH v2 00/11] Add support for fixed ram offsets during migration
 2022-10-18 10:53 UTC  (15+ messages)
` [PATCH v2 01/11] migration: support file: uri for source migration
` [PATCH v2 02/11] migration: Add support for 'file:' uri for incoming migration
` [PATCH v2 03/11] migration: Make migration json writer part of MigrationState struct
` [PATCH v2 04/11] io: add pwritev support to QIOChannelFile
` [PATCH v2 05/11] io: Add support for seekable channels

[PATCH] vhost-user: Fix out of order vring host notification handling
 2022-10-18 10:34 UTC  (2+ messages)

[PATCH RESEND] hw/i2c: Enable an id for the pca954x devices
 2022-10-18 10:36 UTC  (2+ messages)

[PATCH] bsd-user: Catch up with sys/param.h requirement for machine/pmap.h
 2022-10-18 10:29 UTC  (2+ messages)

has anybody looked at the long-standing intermittent raspi2 avocado test failure?
 2022-10-18 10:23 UTC 

[PATCH v2 0/7] testing/next (configure, RUNC, win32|64)
 2022-10-18 10:09 UTC  (3+ messages)
` [PATCH v2 2/7] tests/docker: update test-mingw to run single build

x86, pflash, unassigned memory access
 2022-10-18  9:56 UTC  (3+ messages)

[PATCH 0/4] ui:hw: fix tab indentation
 2022-10-18  9:38 UTC  (3+ messages)
` [PATCH 1/4] ui: "

[PATCH v3 0/2] Refactoring: expand usage of TFR() macro
 2022-10-18  9:31 UTC  (5+ messages)
` [PATCH v3 1/2] Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
` [PATCH v3 2/2] error handling: Use RETRY_ON_EINTR() macro where applicable

Question about TCG backend correctness
 2022-10-18  9:22 UTC  (5+ messages)

[RFC v3 0/2] Add zoned storage emulation to virtio-blk driver
 2022-10-18  8:56 UTC  (4+ messages)
` [RFC v3 2/2] virtio-blk: add zoned storage emulation for zoned devices

[PATCH v4 0/3] Add zone append write for zoned device
 2022-10-18  8:48 UTC  (4+ messages)
` [PATCH v4 2/3] block: introduce zone append write for zoned devices

[PATCH v2] nbd/client: Use smarter assert
 2022-10-18  8:41 UTC  (2+ messages)

[PATCH v12 0/7] Add support for zoned device
 2022-10-18  8:41 UTC  (11+ messages)
` [PATCH v12 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v12 6/7] qemu-iotests: test new zone operations

[PATCH v1 00/12] Introduce xenpv machine for arm architecture
 2022-10-18  8:24 UTC  (5+ messages)
` [PATCH v1 10/12] hw/arm: introduce xenpv machine

[PATCH] hw/block/nvme: re-enable NVMe PCI hotplug
 2022-10-18  8:15 UTC  (10+ messages)

MultiFD and default channel out of order mapping on receive side
 2022-10-18  8:18 UTC  (6+ messages)

[PATCH] elf2dmp: free memory in failure
 2022-10-18  6:42 UTC  (2+ messages)

[PATCH] qga: Fix memory leak in split_list
 2022-10-18  6:42 UTC  (4+ messages)

[PATCH v2] migration/channel-block: fix return value for qio_channel_block_{readv, writev}
 2022-10-18  7:01 UTC  (3+ messages)

[PATCH v5 0/9] Add 'q35' machine type to hotplug tests
 2022-10-18  6:39 UTC  (3+ messages)
` [PATCH v5 7/9] tests/x86: replace snprint() by g_strdup_printf() in drive_del-test

[PATCH V3 0/4] PASID support for Intel IOMMU
 2022-10-18  6:24 UTC  (6+ messages)
` [PATCH V3 4/4] intel-iommu: PASID support

[PATCH] vfio/migration: Fix wrong enum usage
 2022-10-18  6:07 UTC  (3+ messages)

[BUG] hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in bios
 2022-10-18  6:05 UTC  (3+ messages)

[PATCH v4 00/10] Introduce new acpi/smbios avocado tests using biosbits
 2022-10-18  3:18 UTC  (5+ messages)
` [PATCH v4 01/10] acpi/tests/avocado/bits: initial commit of test scripts that are run by biosbits

[PATCH v1] vhost-vdpa : add support for vIOMMU
 2022-10-18  2:35 UTC  (3+ messages)

[PATCH RFC 0/1] tcg: add perfmap and jitdump
 2022-10-18  2:22 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] MAINTAINERS: Replace my amsat.org email address
 2022-10-18  1:14 UTC  (3+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-18  0:33 UTC  (19+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions

[PATCH v7 0/9] target/arm: pc-relative translation blocks
 2022-10-17 22:03 UTC  (4+ messages)
` [PATCH v7 9/9] target/arm: Enable TARGET_TB_PCREL

[PATCH v3 00/29] PowerPC interrupt rework
 2022-10-17 21:28 UTC  (2+ messages)

[PATCH] hw/ide/microdrive: Use device_cold_reset() for self-resets
 2022-10-17 21:25 UTC  (2+ messages)

[PATCH 0/2] hw/audio/intel-hda: Don't use device_legacy_reset()
 2022-10-17 21:05 UTC  (5+ messages)
` [PATCH 1/2] hw/audio/intel-hda: don't reset codecs twice
` [PATCH 2/2] hw/audio/intel-hda: Drop unnecessary prototype

[PATCH] input: Allow to choose console with qemu_input_is_absolute
 2022-10-17 21:03 UTC  (2+ messages)

[RFC PATCH] virtio: re-order vm_running and use_started checks
 2022-10-17 21:00 UTC  (2+ messages)

[PATCH] tcg/aarch64: Remove unused code in tcg_out_op
 2022-10-17 20:43 UTC  (2+ messages)

[PULL 0/2] M68k for 7.2 patches
 2022-10-17 20:29 UTC  (2+ messages)
` [PATCH v4] m68k: write bootinfo as rom section and re-randomize on reboot

[PULL 00/38] ppc queue
 2022-10-17 19:20 UTC  (10+ messages)
` [PULL 21/38] hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxx
` [PULL 26/38] hw/ppc/e500: Remove if statement which is now always true
` [PULL 28/38] hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()
` [PULL 30/38] hw/nios2: set machine->fdt in nios2_load_dtb()
` [PULL 32/38] hw/ppc: set machine->fdt in sam460ex_load_device_tree()
` [PULL 33/38] hw/ppc: set machine->fdt in xilinx_load_device_tree()
` [PULL 34/38] hw/ppc: set machine->fdt in pegasos2_machine_reset()
` [PULL 37/38] hw/riscv: set machine->fdt in sifive_u_machine_init()
` [PULL 38/38] hw/riscv: set machine->fdt in spike_board_init()


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