qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-02 13:44:29 to 2023-12-04 00:35:48 UTC [more...]

[PATCH v3 00/45] Raspberry Pi 4B machine
 2023-12-04  0:26 UTC  (43+ messages)
` [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 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 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 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
` [PATCH v3 44/45] Append added properties to mailbox test
` [PATCH v3 45/45] Add RPi4B to paspi4.rst

[PATCH 00/44] Raspberry Pi 4B machine
 2023-12-03 23:42 UTC  (139+ 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
                                                                                        ` [PATCH v3 44/45] Append added properties to mailbox test
                                                                                          ` [PATCH v3 45/45] Add RPi4B to paspi4.rst

[PATCH v8 0/9] Unified CPU type check
 2023-12-03 23:30 UTC  (8+ messages)
` [PATCH v8 2/9] machine: Introduce helper is_cpu_type_supported()
` [PATCH v8 3/9] machine: Improve is_cpu_type_supported()

[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  (3+ messages)
` [PATCH 1/2] linux-user: Define TARGET_O_LARGEFILE for aarch64

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  (5+ messages)
` [PULL 03/15] tests/acpi/bios-tables-test: do not write new blobs unless there are changes

[PATCH qemu v3 00/20] Fix malfunctioning of T2-T5 timers on the STM32 platform
 2023-12-02 13:40 UTC  (4+ messages)
` [PATCH qemu v3 09/20] Fixing the basic functionality of STM32 timers
` [PATCH qemu v3 10/20] "
` [PATCH qemu v3 17/20] "


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