qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-01 08:45:41 to 2022-09-01 18:56:00 UTC [more...]

[PULL 00/39] i386, SCSI, build system changes for 2022-09-01
 2022-09-01 18:24 UTC  (22+ 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 16/39] target/i386: do not use MOVL to move data between SSE registers
` [PULL 17/39] target/i386: formatting fixes
` [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 32/39] target/i386: Floating point arithmetic helper AVX prep

QEMU 7.2 release schedule
 2022-09-01 18:08 UTC  (2+ messages)

[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 00/42] Consolidate PIIX south bridges
 2022-09-01 16:26 UTC  (43+ 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 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 v8 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
 2022-09-01 16:18 UTC  (7+ messages)

[PATCH 0/2] expose host-phys-bits to guest
 2022-09-01 16:17 UTC  (6+ 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  (19+ messages)
` [PATCH v1 03/16] qapi: fix example of query-spice command
` [PATCH v1 12/16] qapi: fix example of blockdev-add command
` [PATCH v1 16/16] RFC: add a generator for qapi's examples

[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  (32+ messages)
` [PATCH 04/51] semihosting/arm-compat-semi: Avoid using hardcoded /tmp
` [PATCH 31/51] tests/qtest: Support libqtest to build and run on Windows
` [PATCH 32/51] tests/qtest: Fix ERROR_SHARING_VIOLATION for win32
` [PATCH 33/51] tests/qtest: {ahci, ide}-test: Use relative path for temporary files
` [PATCH 34/51] tests/qtest: bios-tables-test: Adapt the case for win32
` [PATCH 38/51] tests/qtest: {ahci,ide}-test: Open file in binary mode
  ` [PATCH 38/51] tests/qtest: {ahci, ide}-test: "
` [PATCH 41/51] tests/qtest: migration-test: Kill "to" after migration is canceled
` [PATCH 42/51] hw/ppc: spapr: Use qemu_vfree() to free spapr->htab
` [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  (12+ messages)
` [PATCH v2 01/10] qapi: fix example of query-ballon command
` [PATCH v2 02/10] qapi: fix example of query-vnc command
` [PATCH v2 03/10] qapi: fix example of query-dump-guest-memory-capability command
` [PATCH v2 04/10] qapi: fix example of BLOCK_JOB_READY event
` [PATCH v2 05/10] qapi: fix example of NIC_RX_FILTER_CHANGED event
` [PATCH v2 06/10] qapi: fix example of DEVICE_UNPLUG_GUEST_ERROR event
` [PATCH v2 07/10] qapi: fix example of MEM_UNPLUG_ERROR event
` [PATCH v2 08/10] qapi: fix examples of blockdev-add with qcow2
` [PATCH v2 09/10] qapi: fix example of query-hotpluggable-cpus command
` [PATCH v2 10/10] qapi: fix examples of events missing timestamp

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

[Qemu-devel] [RFC PATCH] Add qemu .clang-format
 2022-09-01 11:55 UTC  (9+ messages)

[PATCH v5 00/13] Instantiate VT82xx functions in host device
 2022-09-01 11:47 UTC  (15+ messages)
` [PATCH v5 01/13] hw/isa/vt82c686: Resolve chip-specific realize methods
` [PATCH v5 02/13] hw/isa/vt82c686: Resolve unneeded attribute
` [PATCH v5 03/13] hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()
` [PATCH v5 04/13] hw/isa/vt82c686: Reuse errp
` [PATCH v5 05/13] hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
` [PATCH v5 06/13] hw/isa/vt82c686: Instantiate IDE function in host device
` [PATCH v5 07/13] hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define
` [PATCH v5 08/13] hw/isa/vt82c686: Instantiate USB functions in host device
` [PATCH v5 09/13] hw/isa/vt82c686: Instantiate PM function "
` [PATCH v5 10/13] hw/isa/vt82c686: Instantiate AC97 and MC97 functions "
` [PATCH v5 11/13] hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove it
` [PATCH v5 12/13] hw/isa/vt82c686: Embed RTCState in host device
` [PATCH v5 13/13] hw/isa/vt82c686: Create rtc-time alias in boards instead

[PATCH] tests: mark io-command test as skipped if socat is missing
 2022-09-01 11:05 UTC  (2+ messages)

[PATCH] qio: fix command spawn RDONLY/WRONLY
 2022-09-01 10:51 UTC  (4+ messages)

[PATCH] hw/pci-bridge: Fix brace Werror with clang 6.0.0
 2022-09-01 10:08 UTC 

[PATCH v1 for 7.2 00/25] testing updates and mips deprecation
 2022-09-01  9:57 UTC  (4+ messages)
` [PATCH v1 15/25] Deprecate 32 bit big-endian MIPS

[PATCH v5 00/18] dump: Add arch section and s390x PV dump
 2022-09-01  9:31 UTC  (19+ messages)
` [PATCH v5 06/18] dump: Rework dump_calculate_size function
` [PATCH v5 07/18] dump: Split elf header functions into prepare and write
` [PATCH v5 08/18] dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_note
` [PATCH v5 12/18] dump/dump: Add section string table support
` [PATCH v5 13/18] dump/dump: Add arch section support
` [PATCH v5 15/18] s390x: Add protected dump cap
` [PATCH v5 16/18] s390x: Introduce PV query interface
` [PATCH v5 17/18] s390x: Add KVM PV dump interface
` [PATCH v5 18/18] s390x: pv: Add dump support

[PATCH v3 00/23] target/i386: make SSE helpers generic in the vector size
 2022-09-01  8:19 UTC  (14+ messages)
` [PATCH v3 07/23] i386: check SSE table flags instead of hardcoding opcodes
` [PATCH v3 10/23] i386: do not cast gen_helper_* function pointers
` [PATCH v3 12/23] i386: Rewrite vector shift helper
` [PATCH v3 14/23] i386: Misc integer AVX helper prep
` [PATCH v3 15/23] i386: Destructive vector helpers for AVX
` [PATCH v3 18/23] i386: Dot product AVX helper prep
` [PATCH v3 21/23] i386: Rewrite blendv helpers
` [PATCH v3 23/23] i386: AVX+AES helpers prep

[PATCH v2] linux-user: Passthrough MADV_DONTNEED for certain file mappings
 2022-09-01  8:45 UTC  (2+ messages)
` [PING PATCH "


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