messages from 2023-10-22 06:13:30 to 2023-10-22 23:31:48 UTC [more...]
[PATCH v5 00/94] target/sparc: Convert to decodetree
2023-10-22 23:28 UTC (13+ messages)
` [PATCH v5 01/94] target/sparc: Clear may_lookup for npc == DYNAMIC_PC
` [PATCH v5 02/94] target/sparc: Implement check_align inline
` [PATCH v5 03/94] target/sparc: Avoid helper_raise_exception in helper_st_asi
` [PATCH v5 04/94] target/sparc: Set TCG_GUEST_DEFAULT_MO
` [PATCH v5 05/94] configs: Enable MTTCG for sparc, sparc64
` [PATCH v5 06/94] target/sparc: Define features via cpu-feature.h.inc
` [PATCH v5 12/94] target/sparc: Move CALL to decodetree
` [PATCH v5 19/94] target/sparc: Pass DisasCompare to advance_jump_cond
` [PATCH v5 23/94] target/sparc: Move RDPSR, RDHPR to decodetree
` [PATCH v5 29/94] target/sparc: Move WRTBR, WRHPR "
` [PATCH v5 31/94] target/sparc: Remove cpu_tick_cmpr, cpu_stick_cmpr, cpu_hstick_cmpr
` [PATCH v5 37/94] target/sparc: Move SUBC to decodetree
[PATCH 0/3] Misc ati-vga patches
2023-10-22 22:45 UTC (2+ messages)
[PATCH v4 0/4] hw/audio/pcspk: Inline pcspk_init()
2023-10-22 22:23 UTC (11+ messages)
` [PATCH v4 1/4] hw/i386/pc: Pass Error** argument to pc_basic_device_init()
` [PATCH v4 2/4] hw/i386/pc: Propagate error if HPET device creation failed
` [PATCH v4 3/4] hw/i386/pc: Propagate error if PC_SPEAKER "
` [PATCH v4 4/4] hw/isa/i82378: "
[PATCH 0/2] ide: implement simple legacy/native mode switching for PCI IDE controllers
2023-10-22 22:10 UTC (4+ messages)
` [PATCH 1/2] ide/pci.c: introduce pci_ide_update_mode() function
[RFC PATCH v2 0/6] migration/multifd: Locking changes
2023-10-22 20:17 UTC (11+ messages)
` [RFC PATCH v2 1/6] migration/multifd: Remove channels_ready semaphore
[PATCH RFC 0/7] migration/multifd: quit unitifications and separate sync packet
2023-10-22 20:12 UTC (8+ messages)
` [PATCH RFC 1/7] migration: Drop stale comment for multifd zero copy
` [PATCH RFC 2/7] migration: Fix error leak in multifd_tls_outgoing_handshake()
` [PATCH RFC 3/7] migration: multifd_send_kick_main()
` [PATCH RFC 4/7] migration: Drop MultiFDSendParams.quit and cleanup error paths
` [PATCH RFC 5/7] migration: Modulize multifd send threads with a few helpers
` [PATCH RFC 6/7] migration: Split multifd pending_job into two booleans
` [PATCH RFC 7/7] migration: Further unify paths for multifd normal or sync requests
[PATCH v4 00/90] target/sparc: Convert to decodetree
2023-10-22 17:10 UTC (42+ messages)
` [PATCH v4 08/90] target/sparc: Remove sparcv7 cpu features
` [PATCH v4 12/90] target/sparc: Move BPcc and Bicc to decodetree
` [PATCH v4 15/90] target/sparc: Merge gen_cond with only caller
` [PATCH v4 21/90] target/sparc: Move RDASR, STBAR, MEMBAR to decodetree
` [PATCH v4 22/90] target/sparc: Move RDPSR, RDHPR "
` [PATCH v4 24/90] target/sparc: Move RDTBR, FLUSHW "
` [PATCH v4 33/90] target/sparc: Move SUBC "
` [PATCH v4 34/90] target/sparc: Move UDIVX, SDIVX "
` [PATCH v4 35/90] target/sparc: Move UDIV, SDIV "
` [PATCH v4 36/90] target/sparc: Move TADD, TSUB, MULS "
` [PATCH v4 40/90] target/sparc: Convert remaining v8 coproc insns "
` [PATCH v4 42/90] target/sparc: Move FLUSH, SAVE, RESTORE "
` [PATCH v4 43/90] target/sparc: Move DONE, RETRY "
` [PATCH v4 50/90] target/sparc: Move LDSTUB, LDSTUBA "
` [PATCH v4 51/90] target/sparc: Move SWAP, SWAPA "
` [PATCH v4 52/90] target/sparc: Move CASA, CASXA "
` [PATCH v4 53/90] target/sparc: Move PREFETCH, PREFETCHA "
` [PATCH v4 55/90] target/sparc: Move simple fp load/store "
` [PATCH v4 56/90] target/sparc: Move asi "
` [PATCH v4 58/90] target/sparc: Merge LDFSR, LDXFSR implementations
` [PATCH v4 60/90] target/sparc: Move ARRAY* to decodetree
` [PATCH v4 61/90] target/sparc: Move ADDRALIGN* "
` [PATCH v4 66/90] target/sparc: Move gen_ne_fop_FFF insns "
` [PATCH v4 67/90] target/sparc: Move gen_ne_fop_DDD "
` [PATCH v4 69/90] target/sparc: Move gen_gsr_fop_DDD "
` [PATCH v4 70/90] target/sparc: Move gen_fop_FF "
` [PATCH v4 73/90] target/sparc: Move gen_fop_FFF "
` [PATCH v4 77/90] target/sparc: Move FDMULQ "
` [PATCH v4 78/90] target/sparc: Move gen_fop_FD insns "
` [PATCH v4 79/90] target/sparc: Move FiTOd, FsTOd, FsTOx "
` [PATCH v4 80/90] target/sparc: Move FqTOs, FqTOi "
` [PATCH v4 81/90] target/sparc: Move FqTOd, FqTOx "
` [PATCH v4 82/90] target/sparc: Move FiTOq, FsTOq "
` [PATCH v4 83/90] target/sparc: Move FdTOq, FxTOq "
` [PATCH v4 84/90] target/sparc: Move FMOVq, FNEGq, FABSq "
` [PATCH v4 86/90] target/sparc: Convert FCMP, FCMPE "
` [PATCH v4 87/90] target/sparc: Move FPCMP* "
` [PATCH v4 89/90] target/sparc: Convert FZERO, FONE "
` [PATCH v4 90/90] target/sparc: Remove disas_sparc_legacy
[PATCH v2 0/4] stm32f2xx_usart: implement TX interrupts
2023-10-22 16:54 UTC (9+ messages)
` [PATCH v2 1/4] hw/char/stm32f2xx_usart: Extract common IRQ update code to update_irq()
` [PATCH v2 2/4] hw/char/stm32f2xx_usart: Update IRQ when SR is read
` [PATCH v2 3/4] hw/char/stm32f2xx_usart: Update IRQ when DR is written
` [PATCH v2 4/4] hw/char/stm32f2xx_usart: Add more definitions for CR1 register
[PATCH 0/45] Rework matching of network devices to -nic options
2023-10-22 15:52 UTC (46+ messages)
` [PATCH 01/45] net: add qemu_{configure, create}_nic_device(), qemu_find_nic_info()
` [PATCH 02/45] net: report list of available models according to platform
` [PATCH 03/45] net: add qemu_create_nic_bus_devices()
` [PATCH 04/45] hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
` [PATCH 05/45] hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH 06/45] hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
` [PATCH 07/45] hw/alpha/dp264: use pci_init_nic_devices()
` [PATCH 08/45] hw/arm/sbsa-ref: "
` [PATCH 09/45] hw/arm/virt: "
` [PATCH 10/45] hw/hppa: "
` [PATCH 11/45] hw/loongarch: "
` [PATCH 12/45] hw/mips/fuloong2e: "
` [PATCH 13/45] hw/mips/malta: "
` [PATCH 14/45] hw/mips/loongson3_virt: "
` [PATCH 15/45] hw/ppc/prep: "
` [PATCH 16/45] hw/ppc/spapr: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH 17/45] hw/ppc: use pci_init_nic_devices()
` [PATCH 18/45] hw/sh4/r2d: "
` [PATCH 19/45] hw/sparc64/sun4u: "
` [PATCH 20/45] hw/xtensa/virt: "
` [PATCH 21/45] hw/arm/allwinner: use qemu_configure_nic_device()
` [PATCH 22/45] hw/arm/aspeed: "
` [PATCH 23/45] hw/arm/exynos4: use qemu_create_nic_device()
` [PATCH 24/45] hw/arm/fsl: use qemu_configure_nic_device()
` [PATCH 25/45] hw/net/smc91c111: "
` [PATCH 26/45] hw/net/lan9118: "
` [PATCH 27/45] hw/arm/highbank: use qemu_create_nic_device()
` [PATCH 28/45] hw/arm/npcm7xx: use qemu_configure_nic_device, allow emc0/emc1 as aliases
` [PATCH 29/45] hw/arm/stellaris: use qemu_find_nic_info()
` [PATCH 30/45] hw/arm: use qemu_configure_nic_device()
` [PATCH 31/45] hw/net/etraxfs-eth: "
` [PATCH 32/45] hw/m68k/mcf5208: use qemu_create_nic_device()
` [PATCH 33/45] hw/m68k/q800: use qemu_configure_nic_device()
` [PATCH 34/45] hw/microblaze: "
` [PATCH 35/45] hw/mips: use qemu_create_nic_device()
` [PATCH 36/45] hw/net/lasi_i82596: use qemu_configure_nic_device()
` [PATCH 37/45] hw/openrisc/openrisc_sim: use qemu_create_nic_device()
` [PATCH 38/45] hw/riscv: use qemu_configure_nic_device()
` [PATCH 39/45] hw/s390x/s390-virtio-ccw: use qemu_create_nic_device()
` [PATCH 40/45] hw/sparc/sun4m: use qemu_configure_nic_device()
` [PATCH 41/45] hw/xtensa/xtfpga: use qemu_create_nic_device()
` [PATCH 42/45] net: remove qemu_check_nic_model()
` [PATCH 43/45] hw/pci: remove pci_nic_init_nofail()
` [PATCH 44/45] net: remove qemu_show_nic_models(), qemu_find_nic_model()
` [PATCH 45/45] net: make nb_nics and nd_table[] static in net/net.c
[PATCH v3 0/2] Vhost-vdpa Shadow Virtqueue Hash calculation Support
2023-10-22 14:33 UTC (4+ messages)
` [PATCH v3 1/2] vdpa: Restore hash calculation state
[PATCH v8 0/5] Support x2APIC mode with TCG accelerator
2023-10-22 13:59 UTC (3+ messages)
` [PATCH v8 1/5] i386/tcg: implement x2APIC registers MSR access
[PATCH v12 00/11] Add VIRTIO sound card
2023-10-22 11:51 UTC (5+ messages)
` [PATCH v12 02/11] Add virtio-sound-pci device
[PATCH 0/7] tcg: Expose tcg_gen_ext_{i32,i64,tl}
2023-10-22 10:22 UTC (6+ messages)
` [PATCH 3/7] target/i386: Use tcg_gen_ext_tl
[PATCH] hw/char/mcf_uart: Have mcf_uart_create() return DeviceState
2023-10-22 9:47 UTC (2+ messages)
[PATCH 0/6] hw/m68k: Strengthen QOM/SysBus API uses
2023-10-22 9:43 UTC (13+ messages)
` [PATCH 1/6] hw/m68k/irqc: Pass CPU using QOM link property
` [PATCH 2/6] hw/m68k/mcf5206: "
` [PATCH 3/6] hw/m68k/mcf_intc: Expose MMIO region via SysBus API
` [PATCH 4/6] hw/m68k/mcf_intc: Pass CPU using QOM link property
` [PATCH 5/6] hw/m68k/next-cube: Do not open-code sysbus_create_simple()
` [PATCH 6/6] hw/m68k/virt: "
[PULL v3 00/62] virtio,pc,pci: features, cleanups
2023-10-22 9:26 UTC (63+ messages)
` [PULL v3 01/62] vdpa: Use iovec for vhost_vdpa_net_cvq_add()
` [PULL v3 02/62] vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()
` [PULL v3 03/62] vdpa: Check device ack in vhost_vdpa_net_load_rx_mode()
` [PULL v3 04/62] vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add()
` [PULL v3 05/62] vdpa: Introduce cursors to vhost_vdpa_net_loadx()
` [PULL v3 06/62] vhost: Expose vhost_svq_available_slots()
` [PULL v3 07/62] vdpa: Send cvq state load commands in parallel
` [PULL v3 08/62] vhost-user: strip superfluous whitespace
` [PULL v3 09/62] vhost-user: tighten "reply_supported" scope in "set_vring_addr"
` [PULL v3 10/62] vhost-user: factor out "vhost_user_write_sync"
` [PULL v3 11/62] vhost-user: flatten "enforce_reply" into "vhost_user_write_sync"
` [PULL v3 12/62] vhost-user: hoist "write_sync", "get_features", "get_u64"
` [PULL v3 13/62] vhost-user: allow "vhost_set_vring" to wait for a reply
` [PULL v3 14/62] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
` [PULL v3 15/62] memory: initialize 'fv' in MemoryRegionCache to make Coverity happy
` [PULL v3 16/62] vhost-user: do not send RESET_OWNER on device reset
` [PULL v3 17/62] vhost-backend: remove vhost_kernel_reset_device()
` [PULL v3 18/62] virtio: call ->vhost_reset_device() during reset
` [PULL v3 19/62] hw/i386/acpi-build: Remove build-time assertion on PIIX/ICH9 reset registers being identical
` [PULL v3 20/62] timer/i8254: Fix one shot PIT mode
` [PULL v3 21/62] hw/display: fix memleak from virtio_add_resource
` [PULL v3 22/62] hw/i386/pc: Merge two if statements into one
` [PULL v3 23/62] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
` [PULL v3 24/62] hw/i386/pc_piix: Assign PIIX3's ISA interrupts before its realize()
` [PULL v3 25/62] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
` [PULL v3 26/62] hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" property
` [PULL v3 27/62] hw/i386/pc_piix: Remove redundant "piix3" variable
` [PULL v3 28/62] hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in"
` [PULL v3 29/62] hw/i386/pc_q35: Wire ICH9 LPC function's interrupts before its realize()
` [PULL v3 30/62] hw/isa/piix3: Wire PIC IRQs to ISA bus in host device
` [PULL v3 31/62] hw/i386/pc: Wire RTC ISA IRQs in south bridges
` [PULL v3 32/62] hw/isa/piix3: Create IDE controller in host device
` [PULL v3 33/62] hw/isa/piix3: Create USB "
` [PULL v3 34/62] hw/isa/piix3: Create power management "
` [PULL v3 35/62] hw/isa/piix3: Drop the "3" from PIIX base class name
` [PULL v3 36/62] hw/isa/piix4: Remove unused inbound ISA interrupt lines
` [PULL v3 37/62] hw/isa/piix4: Rename "isa" attribute to "isa_irqs_in"
` [PULL v3 38/62] hw/isa/piix4: Rename reset control operations to match PIIX3
` [PULL v3 39/62] hw/isa/piix4: Reuse struct PIIXState from PIIX3
` [PULL v3 40/62] hw/isa/piix3: Merge hw/isa/piix4.c
` [PULL v3 41/62] hw/isa/piix: Allow for optional PIC creation in PIIX3
` [PULL v3 42/62] hw/isa/piix: Allow for optional PIT "
` [PULL v3 43/62] hw/isa/piix: Harmonize names of reset control memory regions
` [PULL v3 44/62] hw/isa/piix: Share PIIX3's base class with PIIX4
` [PULL v3 45/62] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
` [PULL v3 46/62] hw/isa/piix: Rename functions to be shared for PCI interrupt triggering
` [PULL v3 47/62] hw/isa/piix: Reuse PIIX3's PCI interrupt triggering in PIIX4
` [PULL v3 48/62] hw/isa/piix: Resolve duplicate code regarding PCI interrupt wiring
` [PULL v3 49/62] hw/isa/piix: Implement multi-process QEMU support also for PIIX4
` [PULL v3 50/62] hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machine
` [PULL v3 51/62] vhost-user-common: send get_inflight_fd once
` [PULL v3 52/62] vhost: move and rename the conn retry times
` [PULL v3 53/62] vhost-user-scsi: support reconnect to backend
` [PULL v3 54/62] vhost-user-scsi: start vhost when guest kicks
` [PULL v3 55/62] vhost-user: fix lost reconnect
` [PULL v3 56/62] hw/i386/cxl: ensure maxram is greater than ram size for calculating cxl range
` [PULL v3 57/62] tests/acpi: Allow update of DSDT.cxl
` [PULL v3 58/62] hw/cxl: Add QTG _DSM support for ACPI0017 device
` [PULL v3 59/62] tests/acpi: Update DSDT.cxl with QTG DSM
` [PULL v3 60/62] vhost-user: Fix protocol feature bit conflict
` [PULL v3 61/62] MAINTAINERS: Add include/hw/intc/i8259.h to the PC chip section
` [PULL v3 62/62] intel-iommu: Report interrupt remapping faults, fix return value
[PATCH v2 00/16] tests: Add CPU topology related smbios test cases
2023-10-22 9:19 UTC (4+ messages)
` [PATCH v2 15/16] tests: bios-tables-test: Add test for smbios type4 thread count2
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).