qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-12 17:26:18 to 2023-01-13 14:49:11 UTC [more...]

[PATCH 0/4] Improve the introductory documentation
 2023-01-13 13:39 UTC  (4+ messages)
` [PATCH 2/4] docs: add a new section to outline emulation support
` [PATCH 3/4] semihosting: add semihosting section to the docs
` [PATCH 4/4] docs: add an introduction to the system docs

[PULL 00/38] target-arm queue
 2023-01-13 14:11 UTC  (23+ messages)
` [PULL 01/38] hw/arm/stm32f405: correctly describe the memory layout
` [PULL 02/38] hw/arm: Add Olimex H405
` [PULL 03/38] hw/misc: Allwinner-A10 Clock Controller Module Emulation
` [PULL 05/38] {hw/i2c,docs/system/arm}: Allwinner TWI/I2C Emulation
` [PULL 06/38] hw/misc: AXP209 PMU Emulation
` [PULL 10/38] target/arm: Fix sve_probe_page
` [PULL 11/38] hw/arm/pxa2xx: Simplify pxa255_init()
` [PULL 12/38] hw/arm/pxa2xx: Simplify pxa270_init()
` [PULL 13/38] hw/arm/collie: Use the IEC binary prefix definitions
` [PULL 18/38] hw/arm/musicpal: "
` [PULL 19/38] hw/arm/omap_sx1: Remove unused 'total_ram' definitions
` [PULL 21/38] hw/arm/z2: Use the IEC binary prefix definitions
` [PULL 22/38] hw/arm/vexpress: Remove dead code in vexpress_common_init()
` [PULL 25/38] hw/gpio/omap_gpio: Add local variable to avoid embedded cast
` [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 28/38] hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO "
` [PULL 31/38] hw/arm/stellaris: Use CamelCase for STELLARIS_ADC "
` [PULL 33/38] hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
` [PULL 35/38] hw/misc/sbsa_ec: "
` [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'

[RFC PATCH v3 00/28] target/arm: Allow CONFIG_TCG=n builds
 2023-01-13 14:33 UTC  (19+ messages)
` [RFC PATCH v3 03/28] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC PATCH v3 05/28] target/arm: Move cpregs code out of cpu.h
` [RFC PATCH v3 06/28] target/arm: Move cpregs code into cpregs.c
` [RFC PATCH v3 08/28] target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
` [RFC PATCH v3 10/28] target/arm: move helpers to tcg/
` [RFC PATCH v3 13/28] target/arm: Move hflags code into the tcg directory
` [RFC PATCH v3 14/28] target/arm: Move regime_using_lpae_format into internal.h
` [RFC PATCH v3 15/28] target/arm: Don't access TCG code when debugging with KVM
` [RFC PATCH v3 17/28] target/arm: Move cortex sysregs into cpregs.c
` [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.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 25/28] tests/avocado: Tag TCG tests with accel:tcg
` [RFC PATCH v3 26/28] target/avocado: Pass parameters to migration test on aarch64
` [RFC PATCH v3 28/28] arm/Kconfig: Do not build TCG-only boards on a KVM-only build

[PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
 2023-01-13 14:19 UTC  (6+ messages)

[PATCH] tests/vm: Update haiku test vm to R1/Beta3
 2023-01-13 14:20 UTC  (5+ messages)

[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-01-13 10:37 UTC  (35+ messages)
` [RFC v2 01/13] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
` [RFC v2 02/13] vdpa net: move iova tree creation from init to start
` [RFC v2 04/13] vdpa: rewind at get_base, not set_base
` [RFC v2 05/13] vdpa net: add migration blocker if cannot migrate cvq
` [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
` [RFC v2 07/13] vdpa: "
` [RFC v2 08/13] vdpa: Negotiate _F_SUSPEND feature
` [RFC v2 09/13] vdpa: add feature_log parameter to vhost_vdpa
` [RFC v2 10/13] vdpa net: allow VHOST_F_LOG_ALL
` [RFC v2 11/13] vdpa: add vdpa net migration state notifier
` [RFC v2 12/13] vdpa: preemptive kick at enable
` [RFC v2 13/13] vdpa: Conditionally expose _F_LOG in vhost_net devices

[PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
 2023-01-13 14:03 UTC  (7+ messages)
` [PATCH v2 12/21] hw/arm/musicpal: Open-code pflash_cfi02_register()
` [PATCH v2 13/21] hw/arm/xilinx_zynq: "
` [PATCH v2 16/21] hw/arm: Open-code pflash_cfi01_register()

[PATCH v3 0/8] virtio-mem: Handle preallocation with migration
 2023-01-13 13:59 UTC  (28+ messages)
` [PATCH v3 1/8] migration/savevm: Move more savevm handling into vmstate_save()
` [PATCH v3 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
` [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
` [PATCH v3 5/8] migration/ram: Factor out check for advised postcopy
` [PATCH v3 6/8] virtio-mem: Fail if a memory backend with "prealloc=on" is specified
` [PATCH v3 7/8] virtio-mem: Migrate immutable properties early
` [PATCH v3 8/8] virtio-mem: Proper support for preallocation with migration

[PATCH RESEND v2 0/5] target: Restrict 'qapi-commands-machine.h' to system emulation
 2023-01-13 13:57 UTC  (4+ messages)
` [PATCH RESEND v2 1/5] target/arm: "

[PATCH v7 0/7] Misc ppc/mac machines clean up
 2023-01-13 13:32 UTC  (8+ messages)
` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option

[PATCH 0/3] various aarch64 fixes for running Hyper-V on TCG
 2023-01-13 13:20 UTC  (7+ messages)
` [PATCH 1/3] target/arm: implement DBGCLAIM registers
` [PATCH 2/3] target/arm: provide RAZ/WI stubs for more DCC registers
` [PATCH 3/3] target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled

[PATCH] net: Strip virtio-net header when dumping
 2023-01-13 13:08 UTC 

[PATCH qemu.git v2 0/1] hw/arm/virt: make second UART available
 2023-01-13 12:49 UTC  (3+ messages)
` [PATCH qemu.git v2 1/1] "

completion timeouts with pin-based interrupts in QEMU hw/nvme
 2023-01-13 12:46 UTC  (13+ messages)

virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
 2023-01-13 12:39 UTC  (3+ messages)

[PATCH] target/tricore: Fix OPC2_32_RCRW_IMASK translation
 2023-01-13 12:37 UTC 

[PATCH v1 0/1] virtio-block: switch to blk_get_max_hw_transfer
 2023-01-13 11:44 UTC  (4+ messages)
` [PATCH v1 1/1] "

Qemu interrupt-remap fault support
 2023-01-13 11:31 UTC  (2+ messages)

[PATCH 0/4] qemu-img: Fix exit code for errors closing the image
 2023-01-13 11:29 UTC  (10+ messages)
` [PATCH 1/4] qcow2: Fix theoretical corruption in store_bitmap() error path
` [PATCH 2/4] qemu-img commit: Report errors while closing the image
` [PATCH 3/4] qemu-img bitmap: "
` [PATCH 4/4] qemu-iotests: Test qemu-img bitmap/commit exit code on error

checkpoint/restore: Adding more "Getters" to the KVM API
 2023-01-13 11:14 UTC  (2+ messages)

[PATCH v5 00/11] riscv: OpenSBI boot test and cleanups
 2023-01-13 10:49 UTC  (8+ messages)
` [PATCH v5 10/11] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()

[PATCH v5 0/2] riscv: Allow user to set the satp mode
 2023-01-13 10:34 UTC  (3+ messages)
` [PATCH v5 1/2] riscv: Pass Object to register_cpu_props instead of DeviceState
` [PATCH v5 2/2] riscv: Allow user to set the satp mode

[PATCH 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
 2023-01-13 10:20 UTC  (4+ messages)

[PATCH v6 00/33] Consolidate PIIX south bridges
 2023-01-13 10:13 UTC  (13+ messages)
` [PATCH v6 04/33] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
` [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c

[RFC] cxl-host: Fix committed check for passthrough decoder
 2023-01-13  9:47 UTC  (2+ messages)

[PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
 2023-01-13  9:33 UTC  (9+ messages)

[Capstone] Feedback request for new architecture updater
 2023-01-13  9:27 UTC  (2+ messages)

[PATCH v6 0/4] Make the mc146818 RTC device target independent
 2023-01-13  8:54 UTC  (2+ messages)

regression in booting with -kernel in 7.2.0
 2023-01-13  8:49 UTC  (2+ messages)

[PATCH 0/5] migration: Modified 'migrate' QAPI command for migration
 2023-01-13  8:47 UTC  (5+ messages)
` [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command

[PATCH] scripts/git.orderfile: Display MAINTAINERS changes first
 2023-01-13  8:35 UTC  (2+ messages)

Questions about how block devices use snapshots
 2023-01-13  8:30 UTC  (7+ messages)

[PATCH 0/6] hw/mips/gt64xxx_pci: Fix endianness swap on big-endian hosts
 2023-01-13  8:29 UTC  (2+ messages)

[PATCH 00/26] current maintainer trees (testing/semihosting/plugins)
 2023-01-13  8:29 UTC  (3+ messages)
` [PATCH 07/26] configure: replace Perl usage with sed

[PATCH] remove unnecessary extern "C" blocks
 2023-01-13  8:27 UTC  (5+ messages)

[PATCH] MAINTAINERS: Remove bouncing mail address from Kamil Rytarowski
 2023-01-13  8:17 UTC 

[PATCH 0/8] hw/pci-host/bonito: Housekeeping
 2023-01-13  8:11 UTC  (2+ messages)

[PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()
 2023-01-13  7:20 UTC  (4+ messages)

[PATCH v6 0/2] hw/riscv: consolidate kernel init in riscv_load_kernel()
 2023-01-13  7:13 UTC  (5+ messages)
` [PATCH v6 1/2] hw/riscv/boot.c: consolidate all "
` [PATCH v6 2/2] hw/riscv/boot.c: make riscv_load_initrd() static

[PATCH] hw/mips/boston.c: rename MachineState 'mc' pointer to 'ms'
 2023-01-13  7:06 UTC  (3+ messages)

[PATCH 00/31] Introduce igb
 2023-01-13  0:02 UTC  (4+ messages)
` [PATCH 07/31] e1000: Use more constant definitions

[RFC] Reducing NEED_CPU_H usage
 2023-01-12 22:40 UTC  (4+ messages)

[PATCH] tests/docker: Install flex in debian-tricore-cross
 2023-01-12 21:05 UTC  (2+ messages)

[PATCH] target/tricore: Fix OPC1_16_SRO_LD_H translation
 2023-01-12 21:03 UTC  (2+ messages)

[PATCH v3 0/1] Clean up includes
 2023-01-12 17:47 UTC  (13+ messages)
` [PATCH v3 1/1] include: Don't include qemu/osdep.h

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-12 17:30 UTC  (5+ messages)
` [PATCH v14 09/11] qapi/s390/cpu topology: monitor query topology information


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