messages from 2023-01-13 14:34:30 to 2023-01-13 21:54:10 UTC [more...]
[RFC PATCH v3 00/28] target/arm: Allow CONFIG_TCG=n builds
2023-01-13 21:53 UTC (26+ messages)
` [RFC PATCH v3 01/28] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [RFC PATCH v3 02/28] target/arm: wrap psci call with tcg_enabled
` [RFC PATCH v3 04/28] target/arm: Move PC alignment check
` [RFC PATCH v3 05/28] target/arm: Move cpregs code out of cpu.h
` [RFC PATCH v3 07/28] target/arm: Move define_debug_regs() to cpregs.c
` [RFC PATCH v3 08/28] target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
` [RFC PATCH v3 09/28] target/arm: move translate modules to tcg/
` [RFC PATCH v3 11/28] target/arm: Move psci.c into the tcg directory
` [RFC PATCH v3 12/28] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
` [RFC PATCH v3 16/28] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
` [RFC PATCH v3 19/28] target/arm: move cpu_tcg to tcg/cpu32.c
` [RFC PATCH v3 20/28] target/arm: Set cortex-a57 as default cpu for KVM-only build
` [RFC PATCH v3 21/28] tests/qtest: Skip tests that depend on TCG when CONFIG_TCG=n
` [RFC PATCH v3 22/28] tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI
` [RFC PATCH v3 23/28] tests/tcg: Do not build/run TCG tests if TCG is disabled
` [RFC PATCH v3 24/28] tests/avocado: Skip tests that require a missing accelerator
` [RFC PATCH v3 27/28] arm/Kconfig: Always select SEMIHOSTING when TCG is present
[PATCH 0/2] Hexagon: update and enforce hintjr slot constraints
2023-01-13 21:47 UTC (5+ messages)
` [PATCH 1/2] Hexagon (iclass): update J4_hintjumpr "
` [PATCH 2/2] Hexagon (decode): look for pkts with multiple insns at the same slot
[PATCH 0/4] Improve the introductory documentation
2023-01-13 21:36 UTC (5+ messages)
` [PATCH 1/4] docs: add hotlinks to about preface text
` [PATCH 4/4] docs: add an introduction to the system docs
[PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
2023-01-13 21:31 UTC (10+ messages)
[PATCH v2 00/14] block: Move more functions to coroutines
2023-01-13 20:42 UTC (15+ messages)
` [PATCH v2 01/14] block-coroutine-wrapper: support void functions
` [PATCH v2 02/14] block: Convert bdrv_io_plug() to co_wrapper
` [PATCH v2 03/14] block: Convert bdrv_io_unplug() "
` [PATCH v2 04/14] block: Convert bdrv_is_inserted() "
` [PATCH v2 05/14] block: Rename refresh_total_sectors to bdrv_refresh_total_sectors
` [PATCH v2 06/14] block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
` [PATCH v2 07/14] block-backend: use bdrv_getlength instead of blk_getlength
` [PATCH v2 08/14] block: use bdrv_co_refresh_total_sectors when possible
` [PATCH v2 09/14] block: Convert bdrv_get_allocated_file_size() to co_wrapper
` [PATCH v2 10/14] block: Convert bdrv_get_info() to co_wrapper_mixed
` [PATCH v2 11/14] block: Convert bdrv_eject() to co_wrapper
` [PATCH v2 12/14] block: Convert bdrv_lock_medium() "
` [PATCH v2 13/14] block: Convert bdrv_debug_event() to co_wrapper_mixed
` [PATCH v2 14/14] block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()
[PULL 00/46] MIPS patches for 2023-01-13
2023-01-13 20:31 UTC (49+ messages)
` [PULL 01/46] hw/mips/malta: Split FPGA LEDs/ASCII display updates
` [PULL 02/46] hw/mips/malta: Trace "
` [PULL 03/46] hw/mips/gt64xxx_pci: Accumulate address space changes
` [PULL 04/46] hw/mips/gt64xxx_pci: Endian-swap using PCI_HOST_BRIDGE MemoryRegionOps
` [PULL 05/46] hw/mips/Kconfig: Introduce CONFIG_GT64120 to select gt64xxx_pci.c
` [PULL 06/46] hw/mips/gt64xxx_pci: Let the GT64120 manage the lower 512MiB hole
` [PULL 07/46] hw/mips/gt64xxx_pci: Manage endian bits with the RegisterFields API
` [PULL 08/46] hw/mips/gt64xxx_pci: Add a 'cpu-little-endian' qdev property
` [PULL 09/46] hw/mips/malta: Explicit GT64120 endianness upon device creation
` [PULL 10/46] hw/mips/meson: Make gt64xxx_pci.c endian-agnostic
` [PULL 11/46] hw/mips/gt64xxx_pci: Move it to hw/pci-host/
` [PULL 12/46] tests/avocado: Add tests booting YAMON ROM on MIPS Malta machines
` [PULL 13/46] hw/mips/bootloader: Handle buffers as opaque arrays
` [PULL 14/46] hw/mips/bootloader: Implement nanoMIPS NOP opcode generator
` [PULL 15/46] hw/mips/bootloader: Implement nanoMIPS SW "
` [PULL 16/46] hw/mips/bootloader: Implement nanoMIPS LI (LUI+ORI) "
` [PULL 17/46] hw/mips/bootloader: Implement nanoMIPS JALRc "
` [PULL 18/46] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (1/5)
` [PULL 19/46] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (2/5)
` [PULL 20/46] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (3/5)
` [PULL 21/46] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (4/5)
` [PULL 22/46] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (5/5)
` [PULL 23/46] hw/mips/malta: Merge common BL code as bl_setup_gt64120_jump_kernel()
` [PULL 24/46] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
` [PULL 25/46] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
` [PULL 26/46] hw/isa/piix4: Correct IRQRC[A:D] reset values
` [PULL 27/46] mips: Remove support for trap and emulate KVM
` [PULL 28/46] mips: Always include nanomips disassembler
` [PULL 29/46] hw/pci/pci_host: Trace config accesses on unexisting functions
` [PULL 30/46] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
` [PULL 31/46] hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specific
` [PULL 32/46] hw/isa/piix4: "
` [PULL 33/46] hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
` [PULL 34/46] hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
` [PULL 35/46] hw/intc/i8259: Make using the isa_pic singleton more type-safe
` [PULL 36/46] hw/intc: Extract the IRQ counting functions into a separate file
` [PULL 37/46] hw/core/qdev-properties-system: Allow the 'slew' policy only on x86
` [PULL 38/46] hw/rtc/mc146818rtc: Make the mc146818 RTC device target independent
` [PULL 39/46] softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818
` [PULL 40/46] hw/pci-host/bonito: Convert to 3-phase reset
` [PULL 41/46] hw/pci-host/bonito: Use 'bonito_host' for PCI host bridge code
` [PULL 42/46] hw/pci-host/bonito: Use 'bonito_pci' for PCI function #0 code
` [PULL 43/46] hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in header
` [PULL 44/46] hw/mips/boston: Rename MachineState 'mc' pointer to 'ms'
` [PULL 45/46] target/mips: Restrict 'qapi-commands-machine.h' to system emulation
` [PULL 46/46] scripts/git.orderfile: Display MAINTAINERS changes first
[PATCH 0/4] hw: QOM housekeeping around IOTHREAD / IRQ types
2023-01-13 20:01 UTC (5+ messages)
` [PATCH 1/4] iothread: Remove unused IOThreadClass / IOTHREAD_CLASS
` [PATCH 2/4] hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
` [PATCH 3/4] hw/or-irq: "
` [PATCH 4/4] hw: Replace qemu_or_irq typedef by OrIRQState
[RFC v4 0/3] migration: reduce time of loading non-iterable vmstate
2023-01-13 19:29 UTC (11+ messages)
` [RFC v4 2/3] memory: add depth assert in address_space_to_flatview
[PATCH 0/7] Trivial: Mark some more files as target-independant
2023-01-13 19:20 UTC (2+ messages)
[PATCH-for-8.0] softmmu: Extract watchpoint API from physmem.c
2023-01-13 19:12 UTC (2+ messages)
[PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
2023-01-13 13:47 UTC (10+ messages)
` [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
` [PATCH v2 04/21] hw/block: Pass DeviceState to pflash_cfi01_get_memory()
` [PATCH v2 11/21] hw/arm/digic: Open-code pflash_cfi02_register()
[PATCH v14 00/11] s390x: CPU Topology
2023-01-13 18:15 UTC (5+ messages)
` [PATCH v14 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v14 02/11] s390x/cpu topology: add topology entries on CPU hotplug
[PULL 00/38] target-arm queue
2023-01-13 17:54 UTC (30+ messages)
` [PULL 02/38] hw/arm: Add Olimex H405
` [PULL 03/38] hw/misc: Allwinner-A10 Clock Controller Module Emulation
` [PULL 04/38] hw/misc: Allwinner A10 DRAM Controller Emulation
` [PULL 07/38] hw/arm: Add AXP209 to Cubieboard
` [PULL 08/38] hw/arm: Allwinner A10 enable SPL load from MMC
` [PULL 09/38] tests/avocado: Add SD boot test to Cubieboard
` [PULL 10/38] target/arm: Fix sve_probe_page
` [PULL 14/38] hw/arm/collie: Simplify flash creation using for() loop
` [PULL 15/38] hw/arm/gumstix: Improve documentation
` [PULL 16/38] hw/arm/gumstix: Use the IEC binary prefix definitions
` [PULL 17/38] hw/arm/mainstone: "
` [PULL 20/38] hw/arm/omap_sx1: "
` [PULL 21/38] hw/arm/z2: "
` [PULL 22/38] hw/arm/vexpress: Remove dead code in vexpress_common_init()
` [PULL 23/38] hw/arm: Remove unreachable code calling pflash_cfi01_register()
` [PULL 24/38] hw/arm/pxa: Avoid forward-declaring PXA2xxI2CState
` [PULL 26/38] hw/arm/omap: Drop useless casts from void * to pointer
` [PULL 27/38] hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name
` [PULL 29/38] hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC "
` [PULL 30/38] hw/arm/stellaris: Drop useless casts from void * to pointer
` [PULL 31/38] hw/arm/stellaris: Use CamelCase for STELLARIS_ADC type name
` [PULL 32/38] hw/arm/bcm2836: Remove definitions generated by OBJECT_DECLARE_TYPE()
` [PULL 33/38] hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
` [PULL 34/38] hw/misc/sbsa_ec: Rename TYPE_SBSA_EC -> TYPE_SBSA_SECURE_EC
` [PULL 35/38] hw/misc/sbsa_ec: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
` [PULL 36/38] hw/intc/xilinx_intc: Use 'XpsIntc' typedef instead of 'struct xlx_pic'
` [PULL 37/38] hw/timer/xilinx_timer: Use XpsTimerState instead of 'struct timerblock'
` [PULL 38/38] target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled
unsubscribe qemu-devel@nongnu.org
2023-01-13 17:56 UTC
virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
2023-01-13 17:57 UTC (4+ messages)
[PATCH v2 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
2023-01-13 17:52 UTC (3+ messages)
` [PATCH v2 1/2] target/riscv/cpu: set cpu->cfg in register_cpu_props()
` [PATCH v2 2/2] target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()
[PATCH 0/4] qemu-img: Fix exit code for errors closing the image
2023-01-13 17:37 UTC (5+ messages)
` [PATCH 1/4] qcow2: Fix theoretical corruption in store_bitmap() error path
Exposing Mac Host Internal Microphone to Guests
2023-01-13 17:50 UTC (2+ messages)
[PATCH v7 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
2023-01-13 17:18 UTC (4+ messages)
` [PATCH v7 1/3] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
` [PATCH v7 2/3] hw/riscv/boot.c: make riscv_load_initrd() static
` [PATCH v7 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
[PATCH v6 00/13] vfio/migration: Implement VFIO migration protocol v2
2023-01-13 17:12 UTC (13+ messages)
` [PATCH v6 06/13] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
` [PATCH v6 09/13] vfio/migration: Implement VFIO migration protocol v2
` [PATCH v6 10/13] vfio/migration: Optimize vfio_save_pending()
` [PATCH v6 11/13] vfio/migration: Remove VFIO migration protocol v1
` [PATCH v6 12/13] vfio: Alphabetize migration section of VFIO trace-events file
` [PATCH v6 13/13] docs/devel: Align VFIO migration docs to v2 protocol
[PATCH 0/9] audio: remove deprecated QEMU_AUDIO env support
2023-01-13 16:22 UTC (10+ messages)
` [PATCH 1/9] audio: don't check qemu_add_vm_change_state_handler failure
` [PATCH 2/9] audio: remove special audio_calloc function
` [PATCH 3/9] audio: remove unused 'name' in QEMUSoundCard struct
` [PATCH 4/9] audio: remove QEMUSoundCard linked list
` [PATCH 5/9] audio: remove empty AUD_remove_card method
` [PATCH 6/9] docs: split the deprecation warning for soundcards vs VNC
` [PATCH 7/9] ui/vnc: don't accept VNC_ENCODING_AUDIO without audiodev
` [PATCH 8/9] audio: audio state is now mandatory for capture
` [PATCH 9/9] audio: remove support for QEMU_AUDIO_ env variables
[PATCH v6 00/33] Consolidate PIIX south bridges
2023-01-13 17:39 UTC (6+ messages)
` [PATCH v6 04/33] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
[PATCH RESEND v2 0/5] target: Restrict 'qapi-commands-machine.h' to system emulation
2023-01-13 17:21 UTC (5+ messages)
[Capstone] Feedback request for new architecture updater
2023-01-13 17:32 UTC (3+ messages)
Qemu interrupt-remap fault support
2023-01-13 17:08 UTC (3+ messages)
completion timeouts with pin-based interrupts in QEMU hw/nvme
2023-01-13 16:52 UTC (4+ messages)
[PATCH 0/7] hw/cxl: RAS error emulation and injection
2023-01-13 16:17 UTC (8+ messages)
` [PATCH 1/7] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
` [PATCH 2/7] hw/pci/aer: Add missing routing for AER errors
` [PATCH 3/7] hw/pci-bridge/cxl_root_port: Wire up AER
` [PATCH 4/7] hw/pci-bridge/cxl_root_port: Wire up MSI
` [PATCH 5/7] hw/mem/cxl-type3: Add AER extended capability
` [PATCH 6/7] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use
` [PATCH 7/7] hw/mem/cxl_type3: Add CXL RAS Error Injection Support
[RFC] cxl-host: Fix committed check for passthrough decoder
2023-01-13 17:10 UTC (3+ messages)
[PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
2023-01-13 15:42 UTC (11+ messages)
[PATCH 0/4] accel/tcg: Fixes for user-only page tracking
2023-01-13 17:10 UTC (4+ messages)
` [PATCH 4/4] tests/tcg/multiarch: add vma-pthread.c
[PATCH 00/26] current maintainer trees (testing/semihosting/plugins)
2023-01-13 16:10 UTC (3+ messages)
` [PATCH 04/26] tests/unit: drop hacky race avoidance in test-io-channel-command
[PATCH 00/14] block: Move more functions to coroutines
2023-01-13 15:51 UTC (5+ messages)
` [PATCH 02/14] block: Convert bdrv_io_plug() to co_wrapper
[PATCH] net: Strip virtio-net header when dumping
2023-01-13 13:40 UTC (2+ messages)
Display update issue on M1 Macs
2023-01-13 13:43 UTC (2+ messages)
[PATCH v3 0/8] virtio-mem: Handle preallocation with migration
2023-01-13 15:28 UTC (11+ messages)
` [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
[PATCH] block-backend: fix virtio-scsi assertion failure with blk_drain_noref()
2023-01-13 15:31 UTC (2+ messages)
[PATCH] tests/vm: Update haiku test vm to R1/Beta3
2023-01-13 14:20 UTC (5+ messages)
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).