qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-10 14:46:50 to 2020-10-12 07:21:10 UTC [more...]

[PATCH 0/4] hw/pci-host/prep: Fix PCI swizzling in map_irq()
 2020-10-12  7:19 UTC 

[PATCH v3 00/16] Add a General Virtual Device Fuzzer
 2020-10-12  7:02 UTC  (11+ messages)
` [PATCH v3 02/16] fuzz: Add general virtual-device fuzzer
` [PATCH v3 05/16] fuzz: Declare DMA Read callback function

[PATCH 0/4] hw: Replace some magic by definitions
 2020-10-12  6:58 UTC  (7+ messages)
` [PATCH 1/4] hw: Replace magic value by PCI_NUM_PINS definition
` [PATCH 2/4] hw/pci-host/pam: Use ARRAY_SIZE() instead of magic value
` [PATCH 3/4] hw/pci-host/versatile: Add WINDOW_COUNT definition to replace magic '3'
` [PATCH 4/4] tests/qtest: Replace magic value by NANOSECONDS_PER_SECOND definition

[PATCH v6 0/4] Fixes curses on msys2/mingw
 2020-10-12  6:49 UTC  (5+ messages)

[PATCH v2 0/9] microvm: add usb support
 2020-10-12  6:45 UTC  (4+ messages)
` [PATCH v2 4/9] "

[PATCH] hw/pci-host/grackle: Verify PIC link is properly set
 2020-10-12  6:21 UTC  (3+ messages)

[RFC PATCH] contrib/gitdm: Add more individual contributors
 2020-10-12  5:55 UTC  (2+ messages)

[PATCH v3 00/20] hw/mips: Set CPU frequency
 2020-10-12  5:54 UTC  (25+ messages)
` [PATCH v3 01/20] util/cutils: Introduce freq_to_str() to display Hertz units
` [PATCH v3 02/20] qdev-monitor: Display frequencies scaled to SI unit
` [PATCH v3 03/20] hw/qdev-clock: Display error hint when clock is missing from device
` [PATCH v3 04/20] hw/core/clock: add the clock_new helper function
` [PATCH v3 05/20] target/mips: Move cpu_mips_get_random() with CP0 helpers
` [PATCH v3 06/20] target/mips/cp0_timer: Explicit unit in variable name
` [PATCH v3 07/20] target/mips/cp0_timer: Document TIMER_PERIOD origin
` [PATCH v3 08/20] target/mips: Move cp0_count_ns to CPUMIPSState
` [PATCH v3 09/20] target/mips/cpu: Calculate the CP0 timer period using the CPU frequency
` [PATCH v3 10/20] target/mips/cpu: Make cp0_count_rate a property
` [PATCH v3 11/20] target/mips/cpu: Allow the CPU to use dynamic frequencies
` [PATCH v3 12/20] hw/mips/r4k: Explicit CPU frequency is 200 MHz
` [PATCH v3 13/20] hw/mips/fuloong2e: Set CPU frequency to 533 MHz
` [PATCH v3 14/20] hw/mips/mipssim: Correct CPU frequency
` [PATCH v3 15/20] hw/mips/jazz: Correct CPU frequencies
` [PATCH v3 16/20] hw/mips/cps: Expose input clock and connect it to CPU cores
` [PATCH v3 17/20] hw/mips/boston: Set CPU frequency to 1 GHz
` [PATCH v3 18/20] hw/mips/malta: Set CPU frequency to 320 MHz
` [PATCH v3 19/20] hw/mips/cps: Do not allow use without input clock
` [PATCH v3 20/20] target/mips/cpu: Display warning when CPU is used "

[PATCH v2 0/6] spapr/xive: Activate StoreEOI in P10 compat guests
 2020-10-12  5:38 UTC  (4+ messages)

[PATCH] hw/net: move allocation to the heap due to very large stack frame
 2020-10-12  5:30 UTC  (6+ messages)

Outline for VHOST_USER_PROTOCOL_F_VDPA
 2020-10-12  3:52 UTC  (10+ messages)

[PATCH 0/1] hw/i386: prevent crash when an invalid number of dies is given
 2020-10-12  3:35 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2] tests/acceptance: Test case for detecting -object crashes
 2020-10-12  3:18 UTC  (3+ messages)

[PATCH] docs/devel/testing.rst: Update outdated Avocado URLs
 2020-10-12  3:15 UTC  (2+ messages)

[PATCH 0/3] Acceptance Tests: improve usage on GitLab CI
 2020-10-12  1:16 UTC  (4+ messages)
` [PATCH 1/3] Acceptance tests: bump pycdlib version for easier installation

[PATCH qemu v9] spapr: Implement Open Firmware client interface
 2020-10-12  1:06 UTC  (8+ messages)

[PATCH 0/3] hw/ssi: Rename SSI 'slave' as 'peripheral'
 2020-10-11 21:05 UTC  (4+ messages)
` [PATCH 1/3] hw/ssi/aspeed_smc: Rename max_slaves as max_devices
` [PATCH 2/3] hw/ssi/ssi: Update coding style to make checkpatch.pl happy
` [PATCH 3/3] hw/ssi: Rename SSI 'slave' as 'peripheral'

[PATCH 00/10] hw/isa: Introduce definitions for default IRQ values
 2020-10-11 21:07 UTC  (13+ messages)
` [PATCH 01/10] hw/isa: Introduce IsaIrqNumber enum
` [PATCH 02/10] hw/isa: Add the ISA_IRQ_KBD_DEFAULT definition
` [PATCH 03/10] hw/isa: Add the ISA_IRQ_SER_DEFAULT definition
` [PATCH 04/10] hw/isa: Add the ISA_IRQ_TPM_DEFAULT definition
` [PATCH 05/10] hw/isa: Add the ISA_IRQ_FDC_DEFAULT definition
` [PATCH 06/10] hw/isa: Add the ISA_IRQ_PAR_DEFAULT definition
` [PATCH 07/10] hw/isa: Add the ISA_IRQ_RTC_DEFAULT definition
` [PATCH 08/10] hw/isa: Add the ISA_IRQ_NET_DEFAULT definition
` [PATCH 09/10] hw/isa: Add the ISA_IRQ_MOU_DEFAULT definition
` [PATCH 10/10] hw/isa: Add the ISA_IRQ_IDE_DEFAULT definition

[PoCv2 00/15] Rust binding for QAPI (qemu-ga only, for now)
 2020-10-11 20:54 UTC  (18+ messages)
` [PoCv2 01/15] mingw: fix error __USE_MINGW_ANSI_STDIO redefined
` [PoCv2 02/15] scripts/qapi: teach c_param_type() to return const argument type
` [PoCv2 03/15] build-sys: add --with-rust{-target} & basic build infrastructure
` [PoCv2 04/15] build-sys: add a cargo-wrapper script
` [PoCv2 05/15] qga/rust: build and link an empty static library
` [PoCv2 06/15] rust: provide a common crate for QEMU
` [PoCv2 07/15] scripts/qapi: add Rust sys bindings generation
` [PoCv2 08/15] qga/rust: generate QGA QAPI sys bindings
` [PoCv2 09/15] scripts/qapi: add generation of Rust bindings for types
` [PoCv2 10/15] qga/rust: build Rust types
` [PoCv2 11/15] qga: add qmp! macro helper
` [PoCv2 12/15] qga: implement get-host-name in Rust
` [PoCv2 13/15] qga: implement {get,set}-vcpus "
` [PoCv2 14/15] travis: add Rust
` [PoCv2 15/15] rust: use vendored-sources

[PATCH] target/sparc/int32_helper: Remove duplicated 'Tag Overflow' entry
 2020-10-11 20:01 UTC 

[PATCH] hw/scsi/megasas: Remove pointless parenthesis
 2020-10-11 19:50 UTC 

[PULL 00/30] Block patches
 2020-10-11 18:32 UTC  (2+ messages)

[PULL 00/10] migration queue
 2020-10-11 18:29 UTC  (2+ messages)

[PATCH v3 00/15] raspi: add the bcm2835 cprman clock manager
 2020-10-11 18:26 UTC  (13+ messages)
` [PATCH v3 02/15] hw/core/clock: trace clock values in Hz instead of ns
` [PATCH v3 03/15] hw/core/clock: add the clock_new helper function
` [PATCH v3 08/15] hw/misc/bcm2835_cprman: add a PLL channel skeleton implementation
` [PATCH v3 11/15] hw/misc/bcm2835_cprman: implement clock mux behaviour
` [PATCH v3 13/15] hw/misc/bcm2835_cprman: add sane reset values to the registers

[PATCH v1 0/8] Fix some style problems in migration
 2020-10-11 18:19 UTC  (11+ messages)
` [PATCH v1 1/8] migration: Do not use C99 // comments
` [PATCH v1 2/8] migration: Don't use '#' flag of printf format
` [PATCH v1 3/8] migration: Add spaces around operator
` [PATCH v1 4/8] migration: Open brace '{' following struct go on the same line
` [PATCH v1 5/8] migration: Add braces {} for if statement
` [PATCH v1 6/8] migration: Do not initialise statics and globals to 0 or NULL
` [PATCH v1 7/8] migration: Open brace '{' following function declarations go on the next line
` [PATCH v1 8/8] migration: Delete redundant spaces

[PULL 00/22] acceptance regressions, testing, gitdm, plugins
 2020-10-11 16:20 UTC  (2+ messages)

[PATCH v1 0/8] Fix some style problems in migration
 2020-10-11 14:42 UTC  (10+ messages)
` [PATCH v1 1/8] migration: Do not use C99 // comments
` [PATCH v1 2/8] migration: Don't use '#' flag of printf format
` [PATCH v1 3/8] migration: Add spaces around operator
` [PATCH v1 4/8] migration: Open brace '{' following struct go on the same line
` [PATCH v1 5/8] migration: Add braces {} for if statement
` [PATCH v1 6/8] migration: Do not initialise statics and globals to 0 or NULL
` [PATCH v1 7/8] migration: Open brace '{' following function declarations go on the next line
` [PATCH v1 8/8] migration: Delete redundant spaces

Why guest physical addresses are not the same as the corresponding host virtual addresses in QEMU/KVM? Thanks!
 2020-10-11 14:11 UTC  (3+ messages)

[PATCH v1 0/8] Fix some style problems in migration
 2020-10-11 13:49 UTC  (10+ messages)
` [PATCH v1 1/8] migration: Do not use C99 // comments
` [PATCH v1 2/8] migration: Don't use '#' flag of printf format
` [PATCH v1 3/8] migration: Add spaces around operator
` [PATCH v1 4/8] migration: Open brace '{' following struct go on the same line
` [PATCH v1 5/8] migration: Add braces {} for if statement
` [PATCH v1 6/8] migration: Do not initialise statics and globals to 0 or NULL
` [PATCH v1 7/8] migration: Open brace '{' following function declarations go on the next line
` [PATCH v1 8/8] migration: Delete redundant spaces

[PULL v3 0/8] NBD patches through 2020-10-08
 2020-10-11 13:33 UTC  (2+ messages)

[PATCH V13 0/9] mips: Add Loongson-3 machine support
 2020-10-11 11:13 UTC  (8+ messages)
` [PATCH V13 6/9] target/mips: Add loongson-ext lsdc2 group of instructions
` [PATCH V13 8/9] hw/mips: Add Loongson-3 machine support

[PATCH v2 0/2] qcow2: don't leave partially initialized file on image creation
 2020-10-11 10:21 UTC  (3+ messages)
` [PATCH v2 1/2] crypto: luks: fix tiny memory leak
` [PATCH v2 2/2] block: qcow2: remove the created file on initialization error

[PATCH] qcow2: cleanup created file when qcow2_co_create
 2020-10-11  8:38 UTC  (3+ messages)

[PATCH] pci: assert that irqnum is between 0 and bus->nirqs in pci_change_irq_level()
 2020-10-11  8:27 UTC  (2+ messages)

[PATCH] sabre: increase number of PCI bus IRQs from 32 to 64
 2020-10-11  8:13 UTC 

[PATCH v4 0/7] qemu-storage-daemon: Remove QemuOpts from --object
 2020-10-11  7:35 UTC  (8+ messages)
` [PATCH v4 1/7] keyval: Fix and clarify grammar
` [PATCH v4 2/7] test-keyval: Demonstrate misparse of ', ' with implied key
` [PATCH v4 3/7] keyval: Fix parsing of ',' in value of "
` [PATCH v4 4/7] keyval: Parse help options
` [PATCH v4 5/7] qom: Factor out helpers from user_creatable_print_help()
` [PATCH v4 6/7] qom: Add user_creatable_print_help_from_qdict()
` [PATCH v4 7/7] qemu-storage-daemon: Remove QemuOpts from --object parser

[PATCH v3 0/3] vhost: Skip access checks on GIOVAs
 2020-10-11  6:46 UTC  (4+ messages)
` [PATCH v3 2/3] vhost: Use vhost_get_used_size() in vhost_vring_set_addr()

[PATCH] target/i386/cpu: add return value verification and ignore Error objects
 2020-10-11  2:17 UTC  (2+ messages)

[PATCH] migration/block-dirty-bitmap: fix uninitialized variable warning
 2020-10-11  1:55 UTC  (2+ messages)

[PATCH] pc-dimm: remove unnecessary get_vmstate_memory_region() method
 2020-10-10 23:35 UTC  (2+ messages)

[PATCH] vmbus: Don't make QOM property registration conditional
 2020-10-10 23:30 UTC  (4+ messages)

[PATCH 0/3] console: make QMP screendump use coroutine
 2020-10-10 20:41 UTC  (4+ messages)
` [PATCH 1/3] coroutine: let CoQueue wake up outside a coroutine
` [PATCH 2/3] console: modify ppm_save to take a pixman image ref
` [PATCH 3/3] console: make QMP/HMP screendump run in coroutine

[PATCH v4 0/4] hw/arm/raspi: Fix SYS_timer to unbrick Linux kernels v3.7+
 2020-10-10 20:37 UTC  (5+ messages)
` [PATCH v4 1/4] hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definition
` [PATCH v4 2/4] hw/timer/bcm2835: Rename variable holding CTRL_STATUS register
` [PATCH v4 3/4] hw/timer/bcm2835: Support the timer COMPARE registers
` [PATCH v4 4/4] hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQs

[PATCH v3 0/4] hw/arm/raspi: Fix SYS_timer to unbrick Linux kernels v3.7+
 2020-10-10 20:15 UTC  (4+ messages)
` [PATCH v3 3/4] hw/timer/bcm2835: Support the timer COMPARE registers

[PATCH v2 00/20] hw/mips: Set CPU frequency
 2020-10-10 18:49 UTC  (22+ messages)
` [PATCH v2 01/20] util/cutils: Introduce freq_to_str() to display Hertz units
` [PATCH v2 02/20] qdev-monitor: Display frequencies scaled to SI unit
` [PATCH v2 03/20] hw/qdev-clock: Display error hint when clock is missing from device
` [PATCH v2 04/20] hw/core/clock: add the clock_new helper function
` [PATCH v2 05/20] target/mips: Move cpu_mips_get_random() with CP0 helpers
` [PATCH v2 06/20] target/mips/cp0_timer: Explicit unit in variable name
` [PATCH v2 07/20] target/mips/cp0_timer: Document TIMER_PERIOD origin
` [PATCH v2 08/20] target/mips: Move cp0_count_ns to CPUMIPSState
` [PATCH v2 09/20] target/mips/cpu: Calculate the CP0 timer period using the CPU frequency
` [PATCH v2 10/20] target/mips/cpu: Make cp0_count_rate a property
` [PATCH v2 11/20] target/mips/cpu: Allow the CPU to use dynamic frequencies
` [PATCH v2 12/20] hw/mips/r4k: Explicit CPU frequency is 200 MHz
` [PATCH v2 13/20] hw/mips/fuloong2e: Set CPU frequency to 533 MHz
` [PATCH v2 14/20] hw/mips/mipssim: Correct CPU frequency
` [PATCH v2 15/20] hw/mips/jazz: Correct CPU frequencies
` [PATCH v2 16/20] hw/mips/cps: Expose input clock and connect it to CPU cores
` [PATCH v2 17/20] hw/mips/boston: Set CPU frequency to 1 GHz
` [PATCH v2 18/20] hw/mips/malta: Set CPU frequency to 320 MHz
` [PATCH v2 19/20] hw/mips/cps: Do not allow use without input clock
` [PATCH v2 20/20] target/mips/cpu: Display warning when CPU is used "

[PATCH 0/2] linux-user/microblaze: update signal handling
 2020-10-10 17:31 UTC  (3+ messages)
` [PATCH 1/2] linux-user/microblaze: Implement rt signal frames
` [PATCH 2/2] linux-user/microblaze: Remove non-rt "

[PATCH v2 0/3] qdev-clock: Minor improvements to the Clock API
 2020-10-10 16:31 UTC  (4+ messages)
` [PATCH v2 1/3] util/cutils: Introduce freq_to_str() to display Hertz units

[PATCH] net/filter-rewriter: destroy g_hash_table in colo_rewriter_cleanup
 2020-10-10 16:22 UTC  (4+ messages)

[PATCH v5] hw/avr: Add limited support for avr gpio registers
 2020-10-10 14:33 UTC 

[PATCH v2] Emulate dip switch language layout settings on SUN keyboard
 2020-10-10 14:44 UTC  (3+ messages)
` Ping2: "


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