qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-20 11:03:09 to 2021-10-20 23:28:23 UTC [more...]

[PATCH v4 0/2] add APIs to handle alternative sNaN propagation for fmax/fmin
 2021-10-20 23:24 UTC  (3+ messages)
` [PATCH v4 2/2] target/riscv: change the api for RVF/RVD fmin/fmax

[PATCH v2 0/6] hw/riscv: Use MachineState::ram and MachineClass::default_ram_id in all machines
 2021-10-20 23:13 UTC  (15+ messages)
` [PATCH v2 1/6] hw/riscv: microchip_pfsoc: Use MachineState::ram and MachineClass::default_ram_id
` [PATCH v2 2/6] hw/riscv: opentitan: "
` [PATCH v2 3/6] hw/riscv: shakti_c: "
` [PATCH v2 4/6] hw/riscv: sifive_e: "
` [PATCH v2 5/6] hw/riscv: sifive_u: "
` [PATCH v2 6/6] hw/riscv: spike: "

[PATCH v3 00/21] Adding partial support for 128-bit riscv target
 2021-10-20 23:18 UTC  (41+ messages)
` [PATCH v3 01/21] memory: change define name for consistency
` [PATCH v3 04/21] target/riscv: additional macros to check instruction support
` [PATCH v3 05/21] target/riscv: separation of bitwise logic and aritmetic helpers
` [PATCH v3 06/21] target/riscv: array for the 64 upper bits of 128-bit registers
` [PATCH v3 07/21] target/riscv: setup everything so that riscv128-softmmu compiles
` [PATCH v3 08/21] target/riscv: adding accessors to the registers upper part
` [PATCH v3 09/21] target/riscv: moving some insns close to similar insns
` [PATCH v3 10/21] target/riscv: support for 128-bit loads and store
` [PATCH v3 11/21] target/riscv: support for 128-bit bitwise instructions
` [PATCH v3 12/21] target/riscv: support for 128-bit U-type instructions
` [PATCH v3 13/21] target/riscv: support for 128-bit shift instructions
` [PATCH v3 14/21] target/riscv: support for 128-bit arithmetic instructions
` [PATCH v3 15/21] target/riscv: support for 128-bit M extension
` [PATCH v3 16/21] target/riscv: adding high part of some csrs
` [PATCH v3 17/21] target/riscv: helper functions to wrap calls to 128-bit csr insns
` [PATCH v3 18/21] target/riscv: modification of the trans_csrxx for 128-bit support
` [PATCH v3 19/21] target/riscv: actual functions to realize crs 128-bit insns
` [PATCH v3 20/21] target/riscv: adding 128-bit access functions for some csrs
` [PATCH v3 21/21] target/riscv: support for 128-bit satp

[PATCH] via-ide: Avoid expensive operations in irq handler
 2021-10-20 22:58 UTC  (9+ messages)

[PATCH v2 0/5] aspeed/smc: Improve support for the alternate boot function
 2021-10-20 22:34 UTC  (10+ messages)
` [PATCH v2 1/5] aspeed/wdt: Introduce a container for the MMIO region
` [PATCH v2 2/5] aspeed: Initialize the watchdog device models before the FMC models
` [PATCH v2 4/5] aspeed/smc: Use a container for the flash mmio address space
` [PATCH v2 5/5] speed/sdhci: Add trace events

[PATCH v2 00/48] tcg: optimize redundant sign extensions
 2021-10-20 22:27 UTC  (43+ messages)
` [PATCH v2 01/48] tcg/optimize: Rename "mask" to "z_mask"
` [PATCH v2 02/48] tcg/optimize: Split out OptContext
` [PATCH v2 03/48] tcg/optimize: Remove do_default label
` [PATCH v2 04/48] tcg/optimize: Change tcg_opt_gen_{mov, movi} interface
` [PATCH v2 05/48] tcg/optimize: Move prev_mb into OptContext
` [PATCH v2 06/48] tcg/optimize: Split out init_arguments
` [PATCH v2 07/48] tcg/optimize: Split out copy_propagate
` [PATCH v2 08/48] tcg/optimize: Split out fold_call
` [PATCH v2 09/48] tcg/optimize: Drop nb_oargs, nb_iargs locals
` [PATCH v2 10/48] tcg/optimize: Change fail return for do_constant_folding_cond*
` [PATCH v2 11/48] tcg/optimize: Return true from tcg_opt_gen_{mov, movi}
` [PATCH v2 12/48] tcg/optimize: Split out finish_folding
` [PATCH v2 13/48] tcg/optimize: Use a boolean to avoid a mass of continues
` [PATCH v2 14/48] tcg/optimize: Split out fold_mb, fold_qemu_{ld,st}
` [PATCH v2 15/48] tcg/optimize: Split out fold_const{1,2}
` [PATCH v2 16/48] tcg/optimize: Split out fold_setcond2
` [PATCH v2 17/48] tcg/optimize: Split out fold_brcond2
` [PATCH v2 18/48] tcg/optimize: Split out fold_brcond
` [PATCH v2 19/48] tcg/optimize: Split out fold_setcond

[PATCH v2 0/3] multiboot: Use DMA instead port-based transfer
 2021-10-20 22:08 UTC  (7+ messages)
` [PATCH 1/3] target/i386: move linuxboot_dma_enabled to X86MachineState
` [PATCH 2/3] optionrom: add a DMA-enabled multiboot ROM
` [PATCH 3/3] target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine types

plugins: Missing Store Exclusive Memory Accesses
 2021-10-20 20:49 UTC  (7+ messages)

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-10-20 19:26 UTC  (13+ messages)
` [PATCH 04/15] pcie: Add callback preceding SR-IOV VFs update
` [PATCH 05/15] hw/nvme: Add support for SR-IOV
` [PATCH 10/15] hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime

[PATCH v4 00/12] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-10-20 18:53 UTC  (16+ messages)
` [PATCH v4 01/12] virtiofsd: Keep /proc/self/mountinfo open
` [PATCH v4 10/12] virtiofsd: Add inodes_by_handle hash table
` [PATCH v4 11/12] virtiofsd: Optionally fill lo_inode.fhandle

[PATCH v2] qapi: Improve input_type_enum()'s error message
 2021-10-20 18:02 UTC 

[PATCH] gdbstub: Switch to the thread receiving a signal
 2021-10-20 17:57 UTC  (5+ messages)
` [PATCH v2] "

[PULL v2 00/44] pc,pci,virtio: features, fixes, tests
 2021-10-20 17:56 UTC  (18+ messages)
` [PULL v2 18/44] vdpa: Check for iova range at mappings changes
` [PULL v2 20/44] virtio-iommu: Drop base_name and change generic_name
` [PULL v2 21/44] libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addr
` [PULL v2 24/44] docs: Add documentation for vhost based RNG implementation
` [PULL v2 27/44] vhost-user-blk-test: pass vhost-user socket fds to QSD
` [PULL v2 30/44] bios-tables-test: don't disassemble empty files
` [PULL v2 31/44] vhost-vdpa: open device fd in net_init_vhost_vdpa()
` [PULL v2 33/44] vhost-vdpa: prepare for the multiqueue support
` [PULL v2 34/44] vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *
` [PULL v2 35/44] net: introduce control client
` [PULL v2 36/44] vhost-net: control virtqueue support
` [PULL v2 37/44] virtio-net: use "queue_pairs" instead of "queues" when possible
` [PULL v2 38/44] vhost: record the last virtqueue index for the virtio device
` [PULL v2 41/44] pci: fix PCI resource reserve capability on BE
` [PULL v2 43/44] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
` [PULL v2 44/44] tests/acpi/bios-tables-test: update DSDT blob for multifunction bridge test

[PATCH v5 00/12] virtio-iommu: Add ACPI support
 2021-10-20 17:27 UTC  (13+ messages)
` [PATCH v5 01/12] hw/acpi: Add VIOT table
` [PATCH v5 02/12] hw/i386/pc: Remove x86_iommu_get_type()
` [PATCH v5 03/12] hw/i386/pc: Move IOMMU singleton into PCMachineState
` [PATCH v5 04/12] hw/i386/pc: Allow instantiating a virtio-iommu device
` [PATCH v5 05/12] hw/arm/virt-acpi-build: Add VIOT table for virtio-iommu
` [PATCH v5 06/12] hw/arm/virt: Remove device tree restriction "
` [PATCH v5 07/12] hw/arm/virt: Reject instantiation of multiple IOMMUs
` [PATCH v5 08/12] hw/arm/virt: Use object_property_set instead of qdev_prop_set
` [PATCH v5 09/12] tests/acpi: allow updates of VIOT expected data files
` [PATCH v5 10/12] tests/acpi: add test cases for VIOT
` [PATCH v5 11/12] tests/acpi: add expected blob for VIOT test on virt machine
` [PATCH v5 12/12] tests/acpi: add expected blobs for VIOT test on q35 machine

[PATCH v3] gdbstub: Switch to the thread receiving a signal
 2021-10-20 17:06 UTC 

[PATCH] hw/qdev-core: Add compatibility for (non)-transitional devs
 2021-10-20 15:46 UTC  (17+ messages)

[PULL 00/29] pc,pci,virtio: features, fixes
 2021-10-20 15:34 UTC  (6+ messages)

[PATCH v4 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-10-20 15:26 UTC  (5+ messages)
` [PATCH v4 1/2] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot

[PATCH v3 0/7] Reduce load on ppc target maintainers
 2021-10-20 15:28 UTC  (61+ messages)
` [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms
  ` Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
                            ` Deprecate the ppc405 boards in QEMU?
                                                    ` CLI: Using -bios AND -kernel

[PATCH v4 00/11] virtio-iommu: Add ACPI support
 2021-10-20 15:17 UTC  (6+ messages)

[PATCH] replay: improve determinism of virtio-net
 2021-10-20 14:50 UTC  (5+ messages)

[RFC PATCH 0/5] Make Intel PT configurable
 2021-10-20 14:40 UTC  (6+ messages)
` [RFC PATCH 3/5] target/i386: Enable host pass through of Intel PT

[PATCH v9 0/8] hw/arm/virt: Introduce cpu topology support
 2021-10-20 14:21 UTC  (9+ messages)
` [PATCH v9 1/8] hw/arm/virt: Only describe cpu topology since virt-6.2
` [PATCH v9 2/8] device_tree: Add qemu_fdt_add_path
` [PATCH v9 3/8] hw/arm/virt: Add cpu-map to device tree
` [PATCH v9 4/8] hw/acpi/aml-build: Add Processor hierarchy node structure
` [PATCH v9 5/8] hw/acpi/aml-build: Add PPTT table
` [PATCH v9 6/8] tests/data/acpi/virt: Add an empty expected file for PPTT
` [PATCH v9 7/8] hw/arm/virt-acpi-build: Generate PPTT table
` [PATCH v9 8/8] tests/data/acpi/virt: Update the empty expected file for PPTT

[PATCH] q800: drop 8-bit graphic_depth check for Apple 21 inch display
 2021-10-20 14:22 UTC  (2+ messages)

[PATCH v2 0/8] q800: GLUE updates for A/UX mode
 2021-10-20 14:07 UTC  (11+ messages)
` [PATCH v2 1/8] mac_via: update comment for VIA1B_vMystery bit
` [PATCH v2 2/8] q800: move VIA1 IRQ from level 1 to level 6
` [PATCH v2 3/8] q800: use GLUE IRQ numbers instead of IRQ level for GLUE IRQs
` [PATCH v2 4/8] mac_via: add GPIO for A/UX mode
` [PATCH v2 5/8] q800: wire up auxmode GPIO to GLUE
` [PATCH v2 6/8] q800: route SONIC on-board Ethernet IRQ via nubus IRQ 9 in classic mode
` [PATCH v2 7/8] q800: wire up remaining IRQs "
` [PATCH v2 8/8] q800: add NMI handler

[PATCH v6 0/5] VNC-related HMP/QMP fixes
 2021-10-20 13:55 UTC  (6+ messages)
` [PATCH v6 1/5] monitor/hmp: add support for flag argument with value
` [PATCH v6 2/5] qapi/monitor: refactor set/expire_password with enums
` [PATCH v6 3/5] qapi/monitor: allow VNC display id in set/expire_password
` [PATCH v6 4/5] qapi/monitor: only allow 'keep' SetPasswordAction for VNC and deprecate
` [PATCH v6 5/5] docs: add deprecation note about 'set_password' param 'connected'

[PATCH 0/4] vl: Prioritize device realizations
 2021-10-20 13:58 UTC  (4+ messages)

[PATCH 0/2] Fix mtfsf, mtfsfi and mtfsb1 bug
 2021-10-20 12:57 UTC  (3+ messages)
` [PATCH 1/2] target/ppc: Fixed call to deferred exception
` [PATCH 2/2] target/ppc: ppc_store_fpscr doesn't update bit 52

[PATCH v7 00/21] Add LoongArch linux-user emulation support
 2021-10-20 13:56 UTC  (7+ messages)
` [PATCH v7 02/21] target/loongarch: Add core definition

[PATCH 0/8] q800: GLUE updates for A/UX mode
 2021-10-20 13:32 UTC  (8+ messages)
` [PATCH 8/8] q800: add NMI handler

[PATCH v8 0/8] hw/arm/virt: Introduce cpu topology support
 2021-10-20 12:53 UTC  (13+ messages)
` [PATCH v8 4/8] hw/acpi/aml-build: Add Processor hierarchy node structure
` [PATCH v8 5/8] hw/acpi/aml-build: Add PPTT table

Query on Internal Working of QEMU
 2021-10-20 12:08 UTC 

[PATCH 00/11] 9p: Add support for Darwin
 2021-10-20 12:38 UTC  (4+ messages)

[PATCH RFC 00/15] virtio-mem: Expose device memory via separate memslots
 2021-10-20 12:17 UTC  (5+ messages)
` [PATCH RFC 12/15] "

[RFC PATCH v4 00/20] vDPA shadow virtqueue
 2021-10-20 12:06 UTC  (15+ messages)
` [RFC PATCH v4 18/20] vhost: Add VhostIOVATree
` [RFC PATCH v4 20/20] vdpa: Add custom IOTLB translations to SVQ

How does QMEU connect USB devices in GUEST to HOST?
 2021-10-20 11:38 UTC 

[PATCH v6 00/15] target/riscv: Rationalize XLEN and operand length
 2021-10-20 11:02 UTC  (2+ messages)


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