qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-31 09:36:24 to 2021-01-03 01:42:06 UTC [more...]

[PATCH 00/18] hw/pci-host/bonito: Remap PCI "lo" regions when PCIMAP reg is modified
 2021-01-03  1:39 UTC  (23+ messages)
` [PATCH 01/18] hw/pci-host/bonito: Remove unused definitions
` [PATCH 02/18] hw/pci-host/bonito: Display hexadecimal value with '0x' prefix
` [PATCH 03/18] hw/pci-host/bonito: Use PCI_DEVFN() macro
` [PATCH 04/18] hw/pci-host/bonito: Use pci_config_set_interrupt_pin()
` [PATCH 05/18] hw/pci-host/bonito: Simplify soft reset using FIELD_EX32()
` [RFC PATCH 06/18] hw/pci-host/bonito: Do not allow big-endian targets
` [PATCH 07/18] hw/pci-host/bonito: Make BONPONCFG register read-only
` [RFC PATCH 08/18] hw/pci-host/bonito: Remap PCI "lo" regions when PCIMAP reg is modified
` [PATCH 09/18] hw/pci-host/bonito: Rename north bridge helpers
` [PATCH 10/18] hw/pci-host/bonito: Rename PCI host helpers
` [PATCH 11/18] hw/pci-host/bonito: Rename PCI function helpers
` [PATCH 12/18] hw/pci-host/bonito: Rename PCIBonitoState -> BonitoPciState
` [PATCH 13/18] hw/pci-host/bonito: Create PCI regions in bonito_host_realize()
` [RFC PATCH 14/18] hw/pci-host/bonito: Simplify using pci_host_conf_le_ops MemoryRegionOps
` [PATCH 15/18] hw/pci-host/bonito: Map north bridge region in bonito_host_realize()
` [PATCH 16/18] hw/pci-host/bonito: Create TYPE_PCI_BONITO "
` [PATCH 17/18] hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in include/
` [RFC PATCH 18/18] hw/mips/fuloong2e: Inline bonito_init()

[PATCH v3 0/5] Misc sam460ex fixes (was: Clean up sam460ex irq mapping)
 2021-01-03  1:09 UTC  (6+ messages)
` [PATCH v3 2/5] sam460ex: Remove FDT_PPC dependency from KConfig
` [PATCH v3 5/5] ppc440_pcix: Fix up pci config access
` [PATCH v3 1/5] ppc4xx: Move common dependency on serial to common option
` [PATCH v3 3/5] ppc440_pcix: Improve comment for IRQ mapping
` [PATCH v3 4/5] ppc440_pcix: Fix register write trace event

[PATCH v4 00/43] Mirror map JIT memory for TCG
 2021-01-02 20:24 UTC  (41+ messages)
` [PATCH v4 08/43] tcg: Introduce tcg_splitwx_to_{rx,rw}
` [PATCH v4 09/43] tcg: Adjust TCGLabel for const
` [PATCH v4 10/43] tcg: Adjust tcg_out_call "
` [PATCH v4 11/43] tcg: Adjust tcg_out_label "
` [PATCH v4 12/43] tcg: Adjust tcg_register_jit "
` [PATCH v4 13/43] tcg: Adjust tb_target_set_jmp_target for split-wx
` [PATCH v4 14/43] tcg: Make DisasContextBase.tb const
` [PATCH v4 15/43] tcg: Make tb arg to synchronize_from_tb const
` [PATCH v4 16/43] tcg: Use Error with alloc_code_gen_buffer
` [PATCH v4 18/43] accel/tcg: Support split-wx for linux with memfd
` [PATCH v4 20/43] tcg: Return the TB pointer from the rx region from exit_tb
` [PATCH v4 21/43] tcg/i386: Support split-wx code generation
` [PATCH v4 22/43] tcg/aarch64: Use B not BL for tcg_out_goto_long
` [PATCH v4 23/43] tcg/aarch64: Support split-wx code generation
` [PATCH v4 24/43] disas: Push const down through host disasassembly
` [PATCH v4 25/43] tcg/tci: Push const down through bytecode reading
` [PATCH v4 26/43] tcg: Introduce tcg_tbrel_diff
` [PATCH v4 41/43] tcg: Remove TCG_TARGET_SUPPORT_MIRROR
` [PATCH v4 42/43] tcg: Constify tcg_code_gen_epilogue
` [PATCH v4 43/43] tcg: Constify TCGLabelQemuLdst.raddr

[PATCH] tcg: Fix execution on Apple Silicon
 2021-01-02 19:55 UTC  (4+ messages)

[PATCH] meson: Propagate gnutls dependency
 2021-01-02 19:43 UTC  (4+ messages)

[PATCH v2] ui/cocoa: Fix openFile: deprecation on Big Sur
 2021-01-02 15:07 UTC 

[BUG] qemu git error with virgl
 2021-01-02 13:11 UTC 

[PATCH 00/22] hw/riscv: sifive_u: Add missing SPI support
 2021-01-02 13:53 UTC  (30+ messages)
` [PATCH 01/22] hw/block: m25p80: Add ISSI SPI flash support
` [PATCH 02/22] hw/block: m25p80: Add various ISSI flash information
` [PATCH 03/22] hw/sd: ssi-sd: Fix incorrect card response sequence
` [PATCH 04/22] hw/sd: sd: Support CMD59 for SPI mode
` [PATCH 05/22] hw/sd: sd: Drop sd_crc16()
` [PATCH 06/22] util: Add CRC16 (CCITT) calculation routines
` [PATCH 07/22] hw/sd: ssi-sd: Suffix a data block with CRC16
` [PATCH 08/22] hw/sd: ssi-sd: Support multiple block read (CMD18)
` [PATCH 09/22] hw/sd: ssi-sd: Use macros for the dummy value and tokens in the transfer
` [PATCH 10/22] hw/sd: sd: Remove duplicated codes in single/multiple block read/write
` [PATCH 11/22] hw/sd: sd: Allow single/multiple block write for SPI mode
` [PATCH 12/22] hw/sd: sd.h: Cosmetic change of using spaces
` [PATCH 13/22] hw/sd: Introduce receive_ready() callback
` [PATCH 14/22] hw/sd: ssi-sd: Support single block write
` [PATCH 15/22] hw/sd: ssi-sd: Support multiple "
` [PATCH 16/22] hw/ssi: Add SiFive SPI controller support
` [PATCH 17/22] hw/riscv: sifive_u: Add QSPI0 controller and connect a flash
` [PATCH 18/22] hw/riscv: sifive_u: Add QSPI2 controller and connect an SD card
` [PATCH 19/22] hw/riscv: sifive_u: Change SIFIVE_U_GEM_IRQ to decimal value
` [PATCH 20/22] docs/system: Sort targets in alphabetical order
` [PATCH 21/22] docs/system: Add RISC-V documentation
` [PATCH 22/22] docs/system: riscv: Add documentation for sifive_u machine

qemu git error with virgl
 2021-01-02 13:09 UTC 

[PATCH] ui/cocoa: Fix openFile: deprecation on Big Sur
 2021-01-02 14:20 UTC  (3+ messages)

[RFC PATCH 0/5] hw/mips: Fix Fuloong2E to boot Linux guest again
 2021-01-02 14:12 UTC  (13+ messages)
` [RFC PATCH 1/5] ide: Make room for flags in PCIIDEState and add one for legacy mode
` [RFC PATCH 2/5] via-ide: Fix fuloong2e support
` [RFC PATCH 3/5] hw/pci-host/bonito: Remap PCI "lo" regions when PCIMAP reg is modified
` [RFC PATCH 4/5] tests/acceptance: Test boot_linux_console for fuloong2e
` [RFC PATCH 5/5] tests/integration: Test Fuloong2E IDE drive, run userspace commands

[PULL 00/15] Machine queue, 2020-12-23
 2021-01-02 13:12 UTC  (2+ messages)

[PATCH RESEND] configure: Don't warn about lack of PIE on macOS
 2021-01-02 12:50 UTC 

[PATCH 00/24] vt82c686b clean ups and vt8231 emulation - all in one
 2021-01-02 10:43 UTC  (25+ messages)
` [PATCH 01/24] vt82c686: Rename AC97/MC97 parts from VT82C686B to VIA
` [PATCH 08/24] vt82c686: Remove legacy vt82c686b_pm_init() function
` [PATCH 23/24] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
` [PATCH 17/24] vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it
` [PATCH 22/24] vt82c686: QOM-ify superio related functionality
` [PATCH 24/24] vt82c686: Add emulation of VT8231 south bridge
` [PATCH 04/24] vt82c686: Remove vt82c686b_[am]c97_init() functions
` [PATCH 15/24] vt82c686: Fix SMBus IO base and configuration registers
` [PATCH 05/24] vt82c686: Split off via-[am]c97 into separate file in hw/audio
` [PATCH 06/24] audio/via-ac97: Simplify code and set user_creatable to false
` [PATCH 19/24] vt82c686: Move creation of ISA devices to the ISA bridge
` [PATCH 20/24] vt82c686: Fix superio_cfg_{read,write}() functions
` [PATCH 02/24] vt82c686: Remove unnecessary _DEVICE suffix from type macros
` [PATCH 14/24] vt82c686: Reorganise code
` [PATCH 03/24] vt82c686b: Rename VT82C686B to VT82C686B_ISA
` [PATCH 21/24] vt82c686: Implement control of serial port io ranges via config regs
` [PATCH 10/24] vt82c686: Remove unneeded includes and defines
` [PATCH 13/24] vt82c686: Move superio memory region to SuperIOConfig struct
` [PATCH 16/24] vt82c686: Fix up power management io base and config
` [PATCH 12/24] vt82c686: Rename superio config related parts
` [PATCH 18/24] vt82c686: Simplify vt82c686b_realize()
` [PATCH 09/24] vt82c686: Convert debug printf to trace points
` [PATCH 07/24] vt82c686: Remove legacy vt82c686b_isa_init() function
` [PATCH 11/24] vt82c686: Use shorter name for local variable holding object state

qemu isa irq gpio question
 2021-01-02  9:58 UTC 

[PATCH 00/16] tcg/s390x: host vector support
 2021-01-02  8:43 UTC  (3+ messages)
` [PATCH 01/16] tcg/s390x: Rename from tcg/s390

[PATCH v2 0/8] MIPS Bootloader helper
 2021-01-01 23:16 UTC  (11+ messages)
` [PATCH v2 1/8] hw/mips: Make bootloader addresses unsgined
` [PATCH v2 2/8] hw/mips/malta: Use address translation helper to calculate bootloader_run_addr
` [PATCH v2 3/8] hw/mips: Use address translation helper to handle ENVP_ADDR
` [PATCH v2 6/8] target/mips/addr: Add translation helpers for KSEG1

[PATCH v2 00/10] Misc vt82c686b clean ups
 2021-01-01 23:11 UTC  (9+ messages)
` [PATCH v2 09/10] vt82c686: Convert debug printf to trace points
` [PATCH v2 04/10] vt82c686: Remove vt82c686b_[am]c97_init() functions
` [PATCH v2 06/10] audio/via-ac97: Simplify code and set user_creatable to false

[PATCH 00/12] Misc vt82c686b clean ups
 2021-01-01 21:07 UTC  (3+ messages)
` [PATCH 04/12] vt82c686: Remove vt82c686b_[am]c97_init() functions

[PATCH v3 0/8] hw/mips/fuloong2e fixes
 2021-01-01 20:51 UTC  (7+ messages)
` [PATCH v3 4/8] hw/pci-host/bonito: Fixup pci.lomem mapping
` [PATCH v3 5/8] hw/mips/fuloong2e: Remove unused env entry

[PATCH V19 0/5] mips: Add Loongson-3 machine support
 2021-01-01 20:49 UTC  (5+ messages)
` [PATCH V19 3/5] hw/mips: Add Loongson-3 boot parameter helpers
` [PATCH V19 4/5] hw/mips: Add Loongson-3 machine support

[PATCH v2 0/4] clock: Get rid of clock_get_ns()
 2021-01-01 20:35 UTC  (2+ messages)

[PULL 00/55] Misc patches for 2020-12-21
 2021-01-01 19:59 UTC  (3+ messages)

[PULL 00/14] s390x update
 2021-01-01 19:57 UTC  (2+ messages)

[PULL 0/5] fuzzer and gitlab-CI patches
 2021-01-01 18:18 UTC  (2+ messages)

[Bug 1909823] [NEW] RDPMC check on PCE is backwards
 2021-01-01 17:50 UTC 

[PATCH 00/25] esp: consolidate PDMA transfer buffers
 2021-01-01 16:57 UTC  (13+ messages)
` [PATCH 01/25] esp: checkpatch fixes
` [PATCH 02/25] esp: add trace event when receiving a TI command
` [PATCH 03/25] esp: fix esp_reg_read() trace event
` [PATCH 04/25] esp: add PDMA trace events
` [PATCH 06/25] esp: introduce esp_get_tc() and esp_set_tc()
` [PATCH 21/25] esp: rename get_cmd_cb() to esp_select()

[PULL 00/33] QAPI patches patches for 2020-12-19
 2021-01-01 16:56 UTC  (2+ messages)

[Qemu-devel] [PULL 0/1] RDMA queue
 2021-01-01 14:32 UTC  (2+ messages)

[PULL 00/30] Block patches
 2021-01-01 12:53 UTC  (2+ messages)

[PATCH v2 0/3] Clean up sam460ex irq mapping
 2021-01-01 12:03 UTC  (10+ messages)
` [PATCH v2 2/3] sam460ex: Remove FDT_PPC dependency from KConfig
` [PATCH v2 1/3] ppc4xx: Move common dependency on serial to common option
` [PATCH v2 3/3] sam460ex: Clean up irq mapping

[PATCH v2] meson: fix ncurses detection on macOS
 2021-01-01 11:02 UTC  (3+ messages)

[PULL 00/17] Block layer patches
 2020-12-31 23:26 UTC  (2+ messages)

[PATCH v2 0/3] trace: convert docs to rST and feature "log" backend in quickstart
 2020-12-31 20:36 UTC  (4+ messages)
` [PATCH v2 3/3] trace: recommend "log" backend for getting started with tracing

[Bug 1909770] [NEW] qemu-cris segfaults upon loading userspace binary
 2020-12-31 20:20 UTC  (4+ messages)
` [Bug 1909770] "

[PULL 00/15] migration queue
 2020-12-31 19:15 UTC  (2+ messages)

[RFC][PATCH 0/3] ARMv8.4-TTST extension
 2020-12-31 16:54 UTC  (8+ messages)
` [PATCH 1/3] target/arm: keep translation start level unsigned

[PULL 00/14] Linux user for 6.0 patches
 2020-12-31 15:54 UTC  (2+ messages)

Problems with irq mapping in qemu v5.2
 2020-12-31 15:34 UTC  (5+ messages)

[PULL v2 00/14] Compile QEMU with -Wimplicit-fallthrough
 2020-12-31 14:48 UTC  (2+ messages)

[PATCH] cpu-throttle: Remove timer_mod() from cpu_throttle_set()
 2020-12-31 13:13 UTC 

David Gibson, please read
 2020-12-31 11:48 UTC 

[PATCH 1/2] hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic
 2020-12-31 10:31 UTC  (2+ messages)

[PATCH v2] meson: fix Cocoa option in summary
 2020-12-31 10:22 UTC  (2+ messages)

[RFC PATCH v2] x86/cpu: initialize the CPU concurrently
 2020-12-31  9:34 UTC  (5+ 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).