qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-01 14:33:08 to 2023-12-03 21:55:13 UTC [more...]

[PATCH 00/44] Raspberry Pi 4B machine
 2023-12-03 21:49 UTC  (92+ messages)
` [PATCH v2 00/45] "
` [PATCH "
  ` [PATCH 01/45] Split out common part of BCM283X classes
    ` [PATCH 02/45] Split out common part of peripherals
      ` [PATCH 03/45] Split out raspi machine common part
        ` [PATCH 04/45] Introduce BCM2838 SoC
          ` [PATCH 05/45] Add GIC-400 to "
            ` [PATCH 06/45] Add BCM2838 GPIO stub
              ` [PATCH 07/45] Implement BCM2838 GPIO functionality
                ` [PATCH 08/45] Connect SD controller to BCM2838 GPIO
                  ` [PATCH 09/45] Add GPIO and SD to BCM2838 periph
                    ` [PATCH 10/45] Add BCM2838 checkpoint support
                      ` [PATCH 11/45] Introduce Raspberry PI 4 machine
                        ` [PATCH 12/45] Temporarily disable unimplemented rpi4b devices
                          ` [PATCH 13/45] Add memory region for BCM2837 RPiVid ASB
                            ` [PATCH 14/45] Add BCM2838 PCIE Root Complex
                              ` [PATCH 15/45] Add BCM2838 PCIE host
                                ` [PATCH 16/45] Enable BCM2838 PCIE
                                  ` [PATCH 17/45] Add RNG200 skeleton
                                    ` [PATCH 18/45] Add RNG200 RNG and RBG
                                      ` [PATCH 19/45] Get rid of RNG200 timer
                                        ` [PATCH 20/45] Implement BCM2838 thermal sensor
                                          ` [PATCH 21/45] Add clock_isp stub
                                            ` [PATCH 22/45] Add GENET stub
                                              ` [PATCH 23/45] Add GENET register structs. Part 1
                                                ` [PATCH 24/45] Add GENET register structs. Part 2
                                                  ` [PATCH 25/45] Add GENET register structs. Part 3
                                                    ` [PATCH 26/45] Add GENET register structs. Part 4
                                                      ` [PATCH 27/45] Add GENET register access macros
                                                        ` [PATCH 28/45] Implement GENET register ops
                                                          ` [PATCH 29/45] Implement GENET MDIO
                                                            ` [PATCH 30/45] Implement GENET TX path
                                                              ` [PATCH 31/45] Implement GENET RX path
                                                                ` [PATCH 32/45] Enable BCM2838 GENET controller
                                                                  ` [PATCH 33/45] Connect RNG200, PCIE and GENET to GIC
                                                                    ` [PATCH 34/45] Add Rpi4b boot tests
                                                                      ` [PATCH 35/45] Add mailbox test stub
                                                                        ` [PATCH 36/45] Add mailbox test constants
                                                                          ` [PATCH 37/45] Add mailbox tests tags. Part 1
                                                                            ` [PATCH 38/45] Add mailbox tests tags. Part 2
                                                                              ` [PATCH 39/45] Add mailbox tests tags. Part 3
                                                                                ` [PATCH 40/45] Add mailbox property tests. Part 1
                                                                                  ` [PATCH 41/45] Add mailbox property tests. Part 2
                                                                                    ` [PATCH 42/45] Add mailbox property tests. Part 3
                                                                                      ` [PATCH 43/45] Add missed BCM2835 properties
                                                                                        ` [PATCH 44/45] Append added properties to mailbox test
                                                                                          ` [PATCH 45/45] Add RPi4B to paspi4.rst
` [PATCH v3 00/45] Raspberry Pi 4B machine
  ` [PATCH v3 01/45] Split out common part of BCM283X classes
    ` [PATCH v3 02/45] Split out common part of peripherals
      ` [PATCH v3 03/45] Split out raspi machine common part
        ` [PATCH v3 04/45] Introduce BCM2838 SoC
          ` [PATCH v3 05/45] Add GIC-400 to "
            ` [PATCH v3 06/45] Add BCM2838 GPIO stub
              ` [PATCH v3 07/45] Implement BCM2838 GPIO functionality
                ` [PATCH v3 08/45] Connect SD controller to BCM2838 GPIO
                  ` [PATCH v3 09/45] Add GPIO and SD to BCM2838 periph
                    ` [PATCH v3 10/45] Add BCM2838 checkpoint support
                      ` [PATCH v3 11/45] Introduce Raspberry PI 4 machine
                        ` [PATCH v3 12/45] Temporarily disable unimplemented rpi4b devices
                          ` [PATCH v3 13/45] Add memory region for BCM2837 RPiVid ASB
                            ` [PATCH v3 14/45] Add BCM2838 PCIE Root Complex
                              ` [PATCH v3 15/45] Add BCM2838 PCIE host
                                ` [PATCH v3 16/45] Enable BCM2838 PCIE
                                  ` [PATCH v3 17/45] Add RNG200 skeleton
                                    ` [PATCH v3 18/45] Add RNG200 RNG and RBG
                                      ` [PATCH v3 19/45] Get rid of RNG200 timer
                                        ` [PATCH v3 20/45] Implement BCM2838 thermal sensor
                                          ` [PATCH v3 21/45] Add clock_isp stub
                                            ` [PATCH v3 22/45] Add GENET stub
                                              ` [PATCH v3 23/45] Add GENET register structs. Part 1
                                                ` [PATCH v3 24/45] Add GENET register structs. Part 2
                                                  ` [PATCH v3 25/45] Add GENET register structs. Part 3
                                                    ` [PATCH v3 26/45] Add GENET register structs. Part 4
                                                      ` [PATCH v3 27/45] Add GENET register access macros
                                                        ` [PATCH v3 28/45] Implement GENET register ops
                                                          ` [PATCH v3 29/45] Implement GENET MDIO
                                                            ` [PATCH v3 30/45] Implement GENET TX path
                                                              ` [PATCH v3 31/45] Implement GENET RX path
                                                                ` [PATCH v3 32/45] Enable BCM2838 GENET controller
                                                                  ` [PATCH v3 33/45] Connect RNG200, PCIE and GENET to GIC
                                                                    ` [PATCH v3 34/45] Add Rpi4b boot tests
                                                                      ` [PATCH v3 35/45] Add mailbox test stub
                                                                        ` [PATCH v3 36/45] Add mailbox test constants
                                                                          ` [PATCH v3 37/45] Add mailbox tests tags. Part 1
                                                                            ` [PATCH v3 38/45] Add mailbox tests tags. Part 2
                                                                              ` [PATCH v3 39/45] Add mailbox tests tags. Part 3
                                                                                ` [PATCH v3 40/45] Add mailbox property tests. Part 1
                                                                                  ` [PATCH v3 41/45] Add mailbox property tests. Part 2
                                                                                    ` [PATCH v3 42/45] Add mailbox property tests. Part 3
                                                                                      ` [PATCH v3 43/45] Add missed BCM2835 properties

[PULL 0/2] ppc-for-8.2 queue
 2023-12-01 19:58 UTC  (2+ messages)

[PULL 0/2] Migration 20231130 patches
 2023-12-01 19:58 UTC  (2+ messages)

[PATCH for-8.2] target/riscv/kvm: fix shadowing in kvm_riscv_(get|put)_regs_csr
 2023-12-03 16:59 UTC  (3+ messages)

[PATCH v2 00/45] Raspberry Pi 4B machine
 2023-12-03 16:39 UTC 

[PATCH for 8.2] ui/gtk-egl: move function calls back to regular code path
 2023-12-03 16:37 UTC  (3+ messages)

[PATCH v2] system/memory: use ldn_he_p/stn_he_p
 2023-12-03 15:42 UTC  (3+ messages)

[PATCH 0/2] linux-user: openat() fixes
 2023-12-03 13:28 UTC  (7+ messages)
` [PATCH 1/2] linux-user: Define TARGET_O_LARGEFILE for aarch64
` [PATCH 2/2] linux-user: Fix openat() emulation to not modify atime

Save VM created using x86_64-softmmu/qemu-system-x86_64
 2023-12-03 11:10 UTC 

[PATCH v5 0/2] acpi: report numa nodes for device memory using GI
 2023-12-03  6:02 UTC  (3+ messages)
` [PATCH v5 1/2] qom: new object to associate device to numa node
` [PATCH v5 2/2] hw/acpi: Implement the SRAT GI affinity structure

[PULL 00/15] virtio,pc,pci: fixes
 2023-12-02 20:59 UTC  (19+ messages)
` [PULL 01/15] osdep: add getloadavg
` [PULL 02/15] netdev: set timeout depending on loadavg
` [PULL 03/15] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
` [PULL 04/15] hw/audio/virtio-snd-pci: fix the PCI class code
` [PULL 05/15] hw/audio/hda-codec: fix multiplication overflow
` [PULL 06/15] hw/audio/hda-codec: reenable the audio mixer
` [PULL 07/15] virtio-snd: check AUD_register_card return value
` [PULL 08/15] virtio-sound: add realize() error cleanup path
` [PULL 09/15] pcie_sriov: Remove g_new assertion
` [PULL 10/15] hw/acpi/erst: Do not ignore Error* in realize handler
` [PULL 11/15] hw/i386: fix short-circuit logic with non-optimizing builds
` [PULL 12/15] virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()
` [PULL 13/15] msix: unset PCIDevice::msix_vector_poll_notifier in rollback
` [PULL 14/15] vhost-user: fix the reconnect error
` [PULL 15/15] vhost-user-scsi: free the inflight area when reset

[PATCH qemu v3 00/20] Fix malfunctioning of T2-T5 timers on the STM32 platform
 2023-12-02 13:40 UTC  (21+ messages)
` [PATCH qemu v3 01/20] Fixing the basic functionality of STM32 timers
` [PATCH qemu v3 02/20] "
` [PATCH qemu v3 03/20] "
` [PATCH qemu v3 04/20] "
` [PATCH qemu v3 05/20] "
` [PATCH qemu v3 06/20] "
` [PATCH qemu v3 07/20] "
` [PATCH qemu v3 08/20] "
` [PATCH qemu v3 09/20] "
` [PATCH qemu v3 10/20] "
` [PATCH qemu v3 11/20] "
` [PATCH qemu v3 12/20] "
` [PATCH qemu v3 13/20] "
` [PATCH qemu v3 14/20] "
` [PATCH qemu v3 15/20] "
` [PATCH qemu v3 16/20] "
` [PATCH qemu v3 17/20] "
` [PATCH qemu v3 18/20] "
` [PATCH qemu v3 19/20] "
` [PATCH qemu v3 20/20] "

[PATCH qemu v2] Fixing the basic functionality of STM32 timers
 2023-12-02 13:27 UTC  (3+ messages)

[PATCH] qdev: Report an error for machine without HotplugHandler
 2023-12-02  9:03 UTC 

[PATCH 00/14] virtio-net: add support for SR-IOV emulation
 2023-12-02  8:08 UTC  (16+ messages)
` [PATCH 01/14] vfio: Avoid inspecting option QDict for rombar
` [PATCH 02/14] hw/qdev: Remove opts member
` [PATCH 03/14] qdev: Add DeviceClass::hide()
` [PATCH 04/14] hw/pci: Add pci-failover
` [PATCH 05/14] virtio-net: Implement pci-failover
` [PATCH 06/14] qdev: Remove DeviceListener::hide_device()
` [PATCH 07/14] hw/pci: Add hide()
` [PATCH 08/14] qdev: Add qdev_device_new_from_qdict()
` [PATCH 09/14] hw/pci: Do not add ROM BAR for SR-IOV VF
` [PATCH 10/14] msix: Call pcie_sriov_vf_register_bar() "
` [PATCH 11/14] pcie_sriov: Release VFs failed to realize
` [PATCH 12/14] pcie_sriov: Allow to specify VF device options
` [PATCH 13/14] virtio-pci: add SR-IOV capability
` [PATCH 14/14] virtio-net: Add "

[PATCH v5] accel/kvm: Turn DPRINTF macro use into tracepoints
 2023-12-02  4:48 UTC 

[PATCH v4 0/6] xen-arm: add support for virtio-pci
 2023-12-02  1:41 UTC  (7+ messages)
` [PATCH v4 2/6] xen: backends: don't overwrite XenStore nodes created by toolstack
` [PATCH v4 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
` [PATCH v4 3/6] xen: decouple generic xen code from legacy backends codebase
` [RFC PATCH v4 4/6] xen: add option to disable legacy backends
` [PATCH v4 6/6] xen_arm: Add virtual PCIe host bridge support
` [PATCH v4 5/6] xen_arm: set mc->max_cpus to GUEST_MAX_VCPUS

[PATCH-for-8.2 v2] tests/avocado: Update yamon-bin-02.22.zip URL
 2023-12-01 20:56 UTC 

[RFC PATCH] tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flaky
 2023-12-01 20:40 UTC  (2+ messages)

[PATCH 00/12] aio: remove AioContext lock
 2023-12-01 18:41 UTC  (5+ messages)
` [PATCH 11/12] job: remove outdated AioContext locking comments
` [PATCH 12/12] block: "

[PATCH v2 0/4] Live Migration Acceleration with IAA Compression
 2023-12-01 18:01 UTC  (5+ messages)
` [PATCH v2 2/4] multifd: Implement multifd compression accelerator
` [PATCH v2 3/4] configure: add qpl option

[PULL 0/6] gdbstub, avocado and gitlab updates
 2023-12-01 17:50 UTC  (12+ messages)
` [PULL 1/6] gdbstub: use a better signal when we halt for IO reasons
` [PULL 2/6] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS
` [PULL 3/6] tests/avocado: drop BootLinuxConsole.test_mips_malta_cpio test
` [PULL 4/6] tests/avocado: tag sbsa tests as tcg only
` [PULL 5/6] gitlab: build the correct microblaze target
` [PULL 6/6] gitlab: add optional job to run flaky avocado tests

[PULL v2 0/5] gdbstub, avocado and gitlab updates
 2023-12-01 17:49 UTC 

[PATCH V6 00/14] fix migration of suspended runstate
 2023-12-01 17:11 UTC  (7+ messages)
` [PATCH V6 03/14] cpus: stop vm in "
` [PATCH V6 05/14] migration: propagate "

[PATCH 0/4] scsi: eliminate AioContext lock
 2023-12-01 16:48 UTC  (9+ messages)
` [PATCH 1/4] scsi: only access SCSIDevice->requests from one thread
` [PATCH 2/4] virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifier()
` [PATCH 3/4] scsi: don't lock AioContext in I/O code path
` [PATCH 4/4] dma-helpers: don't lock AioContext in dma_blk_cb()

[PULL 0/1] Migration 20231201 patches
 2023-12-01 16:36 UTC  (2+ messages)
` [PULL 1/1] migration: Plug memory leak with migration URIs

[RFC 0/2] vhost-user-test: Add negotiated features check
 2023-12-01 15:37 UTC  (8+ messages)
` [RFC 1/2] qapi/virtio: introduce the "show-bits" argument for x-query-virtio-status

[PATCH v4] migration: Plug memory leak with migration URIs
 2023-12-01 15:29 UTC  (6+ messages)

[PATCH v2 0/7] final fixes for 8.2
 2023-12-01 15:16 UTC  (10+ messages)
` [PATCH v2 3/7] tests/avocado: drop BootLinuxConsole.test_mips_malta_cpio test
` [PATCH v2 4/7] tests/avocado: drop malta yamon tests

accel/tcg: Define TCG_GUEST_DEFAULT_MO in cpu-param.h?
 2023-12-01 14:47 UTC  (2+ messages)

[PATCH-for-9.0 0/2] target/arm/kvm: Use generic kvm_supports_guest_debug()
 2023-12-01 14:32 UTC  (2+ messages)
` [PATCH-for-9.0 2/2] "


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