qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-01 12:11:15 to 2022-09-02 06:46:30 UTC [more...]

[PULL 00/21] Net patches
 2022-09-02  6:41 UTC  (4+ messages)
` [PULL 01/21] vdpa: Skip the maps not in the iova tree
` [PULL 02/21] vdpa: do not save failed dma maps in SVQ "
` [PULL 03/21] util: accept iova_tree_remove_parameter by value

[PATCH 0/2] expose host-phys-bits to guest
 2022-09-02  6:35 UTC  (9+ messages)

[PATCH] qemu-config: extract same logic in *_add_opts() to fill_config_groups()
 2022-09-02 14:20 UTC 

[PATCH v1 00/40] TDX QEMU support
 2022-09-02  5:46 UTC  (8+ messages)
` [PATCH v1 15/40] i386/tdx: Add property sept-ve-disable for tdx-guest object

[PATCH v3 1/3] util/main-loop: Fix maximum number of wait objects for win32
 2022-09-02  4:19 UTC  (2+ messages)

[PATCH] RISC-V: Add support for Ztso
 2022-09-02  3:44 UTC 

[PATCH v2 0/8] vhost-user-blk: dynamically resize config space based on features
 2022-09-02  3:40 UTC  (2+ messages)

[PATCH v8 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
 2022-09-02  2:13 UTC  (8+ messages)

[Qemu-devel] [RFC PATCH] Add qemu .clang-format
 2022-09-02  2:05 UTC  (10+ messages)

[PATCH] scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216)
 2022-09-02  1:56 UTC  (2+ messages)

[PATCH 1/4] hw/watchdog: wdt_ibex_aon.c: Implement the watchdog for the OpenTitan
 2022-09-01 22:50 UTC 

[PATCH 4/4] hw/timer: ibex_timer.c: Add support for writes to mtime
 2022-09-01 22:50 UTC 

[PATCH 0/4] Implement the OpenTitan watchdog
 2022-09-01 22:49 UTC 

[PATCH 2/4] hw/intc: sifive_plic.c: Fix interrupt priority index
 2022-09-01 22:50 UTC 

[PATCH 3/4] hw/timer: ibex_timer.c: Update register addresses
 2022-09-01 22:50 UTC 

[PATCH v3 00/15] Support VIRTIO_F_RING_RESET for virtio-net, vhost-net kernel in virtio pci-modern
 2022-09-02  1:04 UTC  (2+ messages)

[PATCH] KVM: use store-release to mark dirty pages as harvested
 2022-09-02  0:19 UTC 

[RFC] hw/registerfields: add `FIELDx_1CLEAR()` macro
 2022-09-01 23:18 UTC  (3+ messages)

[PATCH 00/42] Consolidate PIIX south bridges
 2022-09-01 23:12 UTC  (54+ messages)
` [PATCH 01/42] hw/i386/pc: Create DMA controllers in "
` [PATCH 02/42] hw/i386/pc: Create RTC "
` [PATCH 03/42] hw/i386/pc: No need for rtc_state to be an out-parameter
` [PATCH 04/42] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
` [PATCH 05/42] hw/isa/piix3: Create USB controller in host device
` [PATCH 06/42] hw/isa/piix3: Create power management "
` [PATCH 07/42] hw/intc/i8259: Introduce i8259 proxy "isa-pic"
` [PATCH 08/42] hw/isa/piix3: Create ISA PIC in host device
` [PATCH 09/42] hw/isa/piix3: Create IDE controller "
` [PATCH 10/42] hw/isa/piix3: Wire up ACPI interrupt internally
` [PATCH 11/42] hw/isa/piix3: Remove extra ';' outside of functions
  ` [PATCH 11/42] hw/isa/piix3: Remove extra '; ' "
` [PATCH 12/42] hw/isa/piix3: Remove unused include
` [PATCH 13/42] hw/isa/piix3: Add size constraints to rcr_ops
` [PATCH 14/42] hw/isa/piix3: Modernize reset handling
` [PATCH 15/42] hw/isa/piix3: Prefer pci_address_space() over get_system_memory()
` [PATCH 16/42] hw/isa/piix3: Allow board to provide PCI interrupt routes
` [PATCH 17/42] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
` [PATCH 18/42] hw/isa/piix3: Rename pci_piix3_props for sharing with PIIX4
` [PATCH 19/42] hw/isa/piix3: Rename piix3_reset() "
` [PATCH 20/42] hw/isa/piix3: Prefix pci_slot_get_pirq() with "piix3_"
` [PATCH 21/42] hw/isa/piix3: Rename typedef PIIX3State to PIIXState
` [PATCH 22/42] hw/mips/malta: Reuse dev variable
` [PATCH 23/42] meson: Fix dependencies of piix4 southbridge
` [PATCH 24/42] hw/isa/piix4: Add missing initialization
` [PATCH 25/42] hw/isa/piix4: Move pci_ide_create_devs() call to board code
` [PATCH 26/42] hw/isa/piix4: Make PIIX4's ACPI and USB functions optional
` [PATCH 27/42] hw/isa/piix4: Allow board to provide PCI interrupt routes
` [PATCH 28/42] hw/isa/piix4: Remove unused code
` [PATCH 29/42] hw/isa/piix4: Use ISA PIC device
` [PATCH 30/42] hw/isa/piix4: Reuse struct PIIXState from PIIX3
` [PATCH 31/42] hw/isa/piix4: Rename reset control operations to match PIIX3
` [PATCH 32/42] hw/isa/piix4: Rename wrongly named method
` [PATCH 33/42] hw/isa/piix4: Prefix pci_slot_get_pirq() with "piix4_"
` [PATCH 34/42] hw/isa/piix3: Merge hw/isa/piix4.c
` [PATCH 35/42] hw/isa/piix: Harmonize names of reset control memory regions
` [PATCH 36/42] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
` [PATCH 37/42] hw/isa/piix: Rename functions to be shared for interrupt triggering
` [PATCH 38/42] hw/isa/piix: Consolidate IRQ triggering
` [PATCH 39/42] hw/isa/piix: Unexport PIIXState
` [PATCH 40/42] hw/isa/piix: Share PIIX3 base class with PIIX4
` [PATCH 41/42] hw/isa/piix: Drop the "3" from the PIIX base class
` [PATCH 42/42] hw/i386/acpi-build: Resolve PIIX ISA bridge rather than ACPI controller

[PATCH] Hexagon (target/hexagon) implement mutability mask for GPRs
 2022-09-01 21:29 UTC 

[PULL 00/20] tcg patch queue
 2022-09-01 21:28 UTC  (2+ messages)

[RFC 0/4] Support interactions between TCG plugins
 2022-09-01 18:27 UTC  (5+ messages)
` [RFC 1/4] docs/tcg-plugins: describe QPP API
` [RFC 2/4] tcg/plugins: Automatically define CURRENT_PLUGIN
` [RFC 3/4] tcg/plugins: Support for inter-plugin interactions
` [RFC 4/4] tcg/plugins: Add example pair of QPP plugins

[PATCH 00/20] ppc4xx_sdram QOMify and clean ups
 2022-09-01 21:02 UTC  (2+ messages)

[PULL v2 00/60] ppc queue
 2022-09-01 20:26 UTC  (2+ messages)

QEMU 7.2 release schedule
 2022-09-01 19:40 UTC  (3+ messages)

[PULL 00/39] i386, SCSI, build system changes for 2022-09-01
 2022-09-01 18:24 UTC  (40+ messages)
` [PULL 01/39] esp: Handle CMD_BUSRESET by resetting the SCSI bus
` [PULL 02/39] scsi: Add buf_len parameter to scsi_req_new()
` [PULL 03/39] scsi: Reject commands if the CDB length exceeds buf_len
` [PULL 04/39] i386: reset KVM nested state upon CPU reset
` [PULL 05/39] i386: do kvm_put_msr_feature_control() first thing when vCPU is reset
` [PULL 06/39] configure: improve error for ucontext coroutine backend
` [PULL 07/39] meson: be strict for boolean options
` [PULL 08/39] meson: remove dead code
` [PULL 09/39] meson: remove dead assignments
` [PULL 10/39] KVM: dirty ring: add missing memory barrier
` [PULL 11/39] tests/tcg: x86_64: improve consistency with i386
` [PULL 12/39] tests/tcg: i386: extend BMI test
` [PULL 13/39] target/i386: fix PHSUB* instructions with dest=src
` [PULL 14/39] target/i386: DPPS rounding fix
` [PULL 15/39] tests/tcg: i386: add SSE tests
` [PULL 16/39] target/i386: do not use MOVL to move data between SSE registers
` [PULL 17/39] target/i386: formatting fixes
` [PULL 18/39] target/i386: Add ZMM_OFFSET macro
` [PULL 19/39] target/i386: Rework sse_op_table1
` [PULL 20/39] target/i386: Rework sse_op_table6/7
` [PULL 21/39] target/i386: Move 3DNOW decoder
` [PULL 22/39] target/i386: check SSE table flags instead of hardcoding opcodes
` [PULL 23/39] target/i386: isolate MMX code more
` [PULL 24/39] target/i386: Add size suffix to vector FP helpers
` [PULL 25/39] target/i386: do not cast gen_helper_* function pointers
` [PULL 26/39] target/i386: Add CHECK_NO_VEX
` [PULL 27/39] target/i386: rewrite destructive 3DNow operations
` [PULL 28/39] target/i386: Rewrite vector shift helper
` [PULL 29/39] target/i386: Rewrite simple integer vector helpers
` [PULL 30/39] target/i386: Misc integer AVX helper prep
` [PULL 31/39] target/i386: Destructive vector helpers for AVX
` [PULL 32/39] target/i386: Floating point arithmetic helper AVX prep
` [PULL 33/39] target/i386: reimplement AVX comparison helpers
` [PULL 34/39] target/i386: Dot product AVX helper prep
` [PULL 35/39] target/i386: Destructive FP helpers for AVX
` [PULL 36/39] target/i386: Misc AVX helper prep
` [PULL 37/39] target/i386: Rewrite blendv helpers
` [PULL 38/39] target/i386: AVX pclmulqdq prep
` [PULL 39/39] target/i386: AVX+AES helpers prep

[PATCH v1 0/8] migration: introduce dirtylimit capability
 2022-09-01 17:22 UTC  (9+ messages)
` [PATCH v1 1/8] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH v1 2/8] qapi/migration: Introduce x-vcpu-dirty-limit parameters
` [PATCH v1 3/8] migration: Introduce dirty-limit capability
` [PATCH v1 4/8] migration: Implement dirty-limit convergence algo
` [PATCH v1 5/8] migration: Export dirty-limit time info
` [PATCH v1 6/8] tests: Add migration dirty-limit capability test
` [PATCH v1 7/8] tests/migration: Introduce dirty-ring-size option into guestperf
` [PATCH v1 8/8] tests/migration: Introduce dirty-limit "

[PATCH v7 00/10] parallels: Refactor the code of images checks and fix a bug
 2022-09-01 16:46 UTC  (2+ messages)

[PATCH 0/2] tpm_emulator: Signal swtpm to re-lock storage
 2022-09-01 16:08 UTC  (4+ messages)
` [PATCH 1/2] tpm_emulator: Use latest tpm_ioctl.h from swtpm project

Any interest in a QEMU emulation BoF at KVM Forum?
 2022-09-01 15:41 UTC  (5+ messages)
  ` 回复:Any "

[PATCH 00/10] hw/arm/virt: Fix dt-schema warnings
 2022-09-01 15:04 UTC  (19+ messages)
` [PATCH 02/10] hw/arm/boot: Fix devicetree warning about the PSCI node
` [PATCH 03/10] hw/arm/virt: Fix devicetree warnings about the GIC node
` [PATCH 05/10] hw/arm/virt: Fix devicetree warning about the timer node
` [PATCH 08/10] hw/arm/virt: Fix devicetree warnings about the GPIO node
` [PATCH 09/10] hw/arm/virt: Fix devicetree warnings about the SMMU node
` [PATCH 10/10] hw/arm/virt: Fix devicetree warnings about the virtio-iommu node

[PATCH 0/3] Add qemu-img checksum command using blkhash
 2022-09-01 14:32 UTC  (4+ messages)
` [PATCH 1/3] qemu-img: Add checksum command
` [PATCH 2/3] iotests: Test qemu-img checksum
` [PATCH 3/3] qemu-img: Speed up checksum

TCG IR extraction
 2022-09-01 14:18 UTC  (2+ messages)

[PATCH v2] target/sh4: Fix TB_FLAG_UNALIGN
 2022-09-01 14:15 UTC  (2+ messages)

[PATCH v1 00/16] qapi examples fixes and rfc for another generator
 2022-09-01 14:08 UTC  (6+ messages)
` [PATCH v1 03/16] qapi: fix example of query-spice command

[PATCH] osdep: Introduce qemu_get_fd() to wrap the common codes
 2022-09-01 13:38 UTC  (4+ messages)

[PATCH 00/19] Multiple ppc instructions fixes
 2022-09-01 13:17 UTC  (20+ messages)
` [PATCH 01/19] target/ppc: Remove extra space from s128 field in ppc_vsr_t
` [PATCH 02/19] target/ppc: Remove unused xer_* macros
` [PATCH 03/19] target/ppc: Zero second doubleword in DFP instructions
` [PATCH 04/19] target/ppc: Set result to QNaN for DENBCD when VXCVI occurs
` [PATCH 05/19] target/ppc: Zero second doubleword for VSX madd instructions
` [PATCH 06/19] target/ppc: Set OV32 when OV is set
` [PATCH 07/19] target/ppc: Zero second doubleword of VSR registers for FPR insns
` [PATCH 08/19] target/ppc: Clear fpstatus flags on VSX_CVT_INT_TO_FP_VECTOR
` [PATCH 09/19] target/ppc: Clear fpstatus flags on VSX_CVT_INT_TO_FP
` [PATCH 10/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_FP
` [PATCH 11/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_INT_VECTOR
` [PATCH 12/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_INT2
` [PATCH 13/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_INT
` [PATCH 14/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_FP_HP
` [PATCH 15/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_FP_VECTOR
` [PATCH 16/19] target/ppc: Clear fpstatus flags for xscvqpdp
` [PATCH 17/19] target/ppc: Clear fpstatus flags for xscvdpsp[n]
` [PATCH 18/19] target/ppc: Clear fpstatus flags on VSX_CMP
` [PATCH 19/19] target/ppc: Clear fpstatus flags on VSX_ROUND

[PATCH v3 00/10] Instantiate VT82xx functions in host device
 2022-09-01 13:26 UTC  (9+ messages)
` [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB "

[PATCH] io/command: implement portable spawn
 2022-09-01 13:19 UTC  (3+ messages)

[PATCH 00/51] tests/qtest: Enable running qtest on Windows
 2022-09-01 13:02 UTC  (13+ messages)
` [PATCH 44/51] tests/qtest: microbit-test: Fix socket access for win32
` [PATCH 46/51] tests/qtest: libqtest: Replace the call to close a socket with closesocket()
` [PATCH 47/51] tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for win32
` [PATCH 48/51] io/channel-watch: Drop a superfluous '#ifdef WIN32'
` [PATCH 49/51] io/channel-watch: Fix socket watch on Windows
` [PATCH 51/51] docs/devel: testing: Document writing portable test cases

[PATCH v2 00/10] qapi examples fixes, simplified version
 2022-09-01 12:20 UTC  (2+ messages)

[PATCH] docs: clarify absence of set_features in vhost-user
 2022-09-01 12:12 UTC  (2+ messages)

[PATCH v5 00/13] Instantiate VT82xx functions in host device
 2022-09-01 11:47 UTC  (3+ messages)
` [PATCH v5 13/13] hw/isa/vt82c686: Create rtc-time alias in boards instead


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