messages from 2020-10-09 22:05:12 to 2020-10-10 20:56:38 UTC [more...]
[PATCH v3 00/20] hw/mips: Set CPU frequency
2020-10-10 20:43 UTC (13+ 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 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 12/20] hw/mips/r4k: Explicit CPU frequency is 200 MHz
` [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 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 v3 00/15] raspi: add the bcm2835 cprman clock manager
2020-10-10 16:18 UTC (22+ messages)
` [PATCH v3 01/15] hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macro
` [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 04/15] hw/arm/raspi: fix CPRMAN base address
` [PATCH v3 05/15] hw/arm/raspi: add a skeleton implementation of the CPRMAN
` [PATCH v3 06/15] hw/misc/bcm2835_cprman: add a PLL skeleton implementation
` [PATCH v3 07/15] hw/misc/bcm2835_cprman: implement PLLs behaviour
` [PATCH v3 08/15] hw/misc/bcm2835_cprman: add a PLL channel skeleton implementation
` [PATCH v3 09/15] hw/misc/bcm2835_cprman: implement PLL channels behaviour
` [PATCH v3 10/15] hw/misc/bcm2835_cprman: add a clock mux skeleton implementation
` [PATCH v3 11/15] hw/misc/bcm2835_cprman: implement clock mux behaviour
` [PATCH v3 12/15] hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexer
` [PATCH v3 13/15] hw/misc/bcm2835_cprman: add sane reset values to the registers
` [PATCH v3 14/15] hw/char/pl011: add a clock input
` [PATCH v3 15/15] hw/arm/bcm2835_peripherals: connect the UART clock
[PATCH] hw/net: move allocation to the heap due to very large stack frame
2020-10-10 15:53 UTC (3+ 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: "
[PATCH V2 0/5] Support RISC-V migration
2020-10-10 13:23 UTC (7+ messages)
` [PATCH V2 1/5] target/riscv: Add basic vmstate description of CPU
` [PATCH V2 2/5] target/riscv: Add PMP state description
` [PATCH V2 3/5] target/riscv: Add H extension "
` [PATCH V2 4/5] target/riscv: Add V "
` [PATCH V2 5/5] target/riscv: Add sifive_plic vmstate
[PATCH V13 0/9] mips: Add Loongson-3 machine support
2020-10-10 13:11 UTC (12+ messages)
` [PATCH V13 1/9] linux-headers: Update MIPS KVM type defintition
` [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 V13 9/9] docs/system: Update MIPS machine documentation
[PATCH v2 00/15] raspi: add the bcm2835 cprman clock manager
2020-10-10 13:09 UTC (8+ messages)
` [PATCH v2 10/15] hw/misc/bcm2835_cprman: add a clock mux skeleton implementation
` [PATCH v2 11/15] hw/misc/bcm2835_cprman: implement clock mux behaviour
[PATCH] target/arm: Fix SMLAD incorrect setting of Q bit
2020-10-10 12:48 UTC (7+ messages)
[PATCH] migration/block-dirty-bitmap: fix uninitialized variable warning
2020-10-10 11:07 UTC
[PATCH v2 00/10] fix some error memleaks
2020-10-10 11:05 UTC (4+ messages)
[PATCH] target/i386/cpu: add return value verification and ignore Error objects
2020-10-10 10:55 UTC (3+ messages)
[RFC v1 0/4] unbreak non-tcg builds
2020-10-10 10:50 UTC (4+ messages)
` [RFC v1 3/4] qtest: do not build ide-test if TCG is not available
[PATCH 0/2] .mailmap: Fixes since v5.1
2020-10-10 10:38 UTC (3+ messages)
` [RFC PATCH 2/2] .mailmap: Fix more contributor entries
[PULL 00/34] QAPI patches patches for 2020-10-10
2020-10-10 9:55 UTC (35+ messages)
` [PULL 01/34] docs: repair broken references
` [PULL 02/34] qapi: modify docstrings to be sphinx-compatible
` [PULL 03/34] qapi-gen: Separate arg-parsing from generation
` [PULL 04/34] qapi: move generator entrypoint into package
` [PULL 05/34] qapi: Prefer explicit relative imports
` [PULL 06/34] qapi: Remove wildcard includes
` [PULL 07/34] qapi: enforce import order/styling with isort
` [PULL 08/34] qapi: delint using flake8
` [PULL 09/34] qapi: add pylintrc
` [PULL 10/34] qapi/common.py: Remove python compatibility workaround
` [PULL 11/34] qapi/common.py: Add indent manager
` [PULL 12/34] qapi/common.py: delint with pylint
` [PULL 13/34] qapi/common.py: Replace one-letter 'c' variable
` [PULL 14/34] qapi/common.py: check with pylint
` [PULL 15/34] qapi/common.py: add type hint annotations
` [PULL 16/34] qapi/common.py: Convert comments into docstrings, and elaborate
` [PULL 17/34] qapi/common.py: move build_params into gen.py
` [PULL 18/34] qapi: establish mypy type-checking baseline
` [PULL 19/34] qapi/events.py: add type hint annotations
` [PULL 20/34] qapi/events.py: Move comments into docstrings
` [PULL 21/34] qapi/commands.py: Don't re-bind to variable of different type
` [PULL 22/34] qapi/commands.py: add type hint annotations
` [PULL 23/34] qapi/source.py: "
` [PULL 24/34] qapi/source.py: delint with pylint
` [PULL 25/34] qapi/gen: Make _is_user_module() return bool
` [PULL 26/34] qapi/gen.py: add type hint annotations
` [PULL 27/34] qapi/gen.py: Remove unused parameter
` [PULL 28/34] qapi/gen.py: update write() to be more idiomatic
` [PULL 29/34] qapi/gen.py: delint with pylint
` [PULL 30/34] qapi/types.py: add type hint annotations
` [PULL 31/34] qapi/types.py: remove one-letter variables
` [PULL 32/34] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
` [PULL 33/34] qapi/visit.py: remove unused parameters from gen_visit_object
` [PULL 34/34] qapi/visit.py: add type hint annotations
[PATCH v6 00/36] qapi: static typing conversion, pt1
2020-10-10 9:43 UTC (6+ messages)
` [PATCH v6 26/36] qapi/gen.py: Fix edge-case of _is_user_module
[PATCH 0/3] Acceptance Tests: improve usage on GitLab CI
2020-10-10 9:11 UTC (8+ messages)
` [PATCH 1/3] Acceptance tests: bump pycdlib version for easier installation
` [Bug 1897783] "
` [PATCH 2/3] Acceptance tests: do not show canceled test logs on GitLab CI
` [PATCH 3/3] Acceptance tests: show test report "
[PATCH v10 0/7] vhost-user block device backend implementation
2020-10-10 8:45 UTC (6+ messages)
` [PATCH v10 6/7] test: new qTest case to test the vhost-user-blk-server
[PULL 00/39] SCSI, qdev, qtest, meson patches for 2020-10-10
2020-10-10 8:37 UTC (41+ messages)
` [PULL 01/39] meson.build: Add comments to clarify code organization
` [PULL 02/39] meson.build: Sort sourcesets alphabetically
` [PULL 03/39] hw/core: Move the creation of the library to the main meson.build
` [PULL 04/39] chardev: "
` [PULL 05/39] migration: "
` [PULL 06/39] io: "
` [PULL 07/39] crypto: "
` [PULL 08/39] authz: "
` [PULL 09/39] qom: "
` [PULL 10/39] hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACE
` [PULL 11/39] softmmu: move more files to softmmu/
` [PULL 12/39] exec: split out non-softmmu-specific parts
` [PULL 13/39] qom: fix objects with improper parent type
` [PULL 14/39] configure: fix performance regression due to PIC objects
` [PULL 15/39] docs: Move QTest documentation to its own document
` [PULL 16/39] docs/devel/qtest: Include protocol spec in document
` [PULL 17/39] docs/devel/qtest: Include libqtest API reference
` [PULL 18/39] qtest: unify extra_qtest_srcs and extra_qtest_deps
` [PULL 19/39] docs/devel: update instruction on how to add new unit tests
` [PULL 20/39] build-sys: fix git version from -version
` [PULL 21/39] meson.build: Re-enable KVM support for MIPS
` [PULL 22/39] qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict
` [PULL 23/39] qtest: Reintroduce qtest_qmp_receive
` [PULL 24/39] qtest: remove qtest_qmp_receive_success
` [PULL 25/39] device-plug-test: use qtest_qmp to send the device_del command
` [PULL 26/39] qtest: switch users back to qtest_qmp_receive
` [PULL 27/39] qtest: check that drives are really appearing and disappearing
` [PULL 28/39] qemu-iotests, qtest: rewrite test 067 as a qtest
` [PULL 29/39] qdev: add "check if address free" callback for buses
` [PULL 30/39] scsi/scsi_bus: switch search direction in scsi_device_find
` [PULL 31/39] device_core: use drain_call_rcu in in qmp_device_add
` [PULL 32/39] device-core: use RCU for list of children of a bus
` [PULL 33/39] scsi: switch to bus->check_address
` [PULL 34/39] device-core: use atomic_set on .realized property
` [PULL 35/39] scsi/scsi-bus: scsi_device_find: don't return unrealized devices
` [PULL 36/39] scsi/scsi_bus: Add scsi_device_get
` [PULL 37/39] virtio-scsi: use scsi_device_get
` [PULL 38/39] scsi/scsi_bus: fix races in REPORT LUNS
` [PULL 39/39] meson: identify more sections of meson.build
[PATCH] docs/devel/testing.rst: Update outdated Avocado URLs
2020-10-10 8:07 UTC
[PATCH v2] tests/acceptance: Test case for detecting -object crashes
2020-10-10 7:54 UTC (2+ messages)
KVM call for agenda for 2020-10-06
2020-10-10 4:41 UTC (7+ messages)
[PATCH] vhost: Don't special case vq->used_phys in vhost_get_log_size()
2020-10-10 3:30 UTC (2+ messages)
[PATCH v3 0/3] vhost: Skip access checks on GIOVAs
2020-10-10 3:00 UTC (5+ messages)
` [PATCH v3 2/3] vhost: Use vhost_get_used_size() in vhost_vring_set_addr()
` [PATCH v3 3/3] vhost: Don't call log_access_ok() when using IOTLB
[RFC PATCH v2 0/8] block-backend: Introduce I/O hang
2020-10-10 2:27 UTC (2+ messages)
[RFC PATCH 0/4] generic loader FDT support (for direct Xen boot)
2020-10-09 23:27 UTC (2+ messages)
Which qemu change corresponds to RedHat bug 1655408
2020-10-09 22:54 UTC (6+ messages)
[PATCH v1 0/4] Allow loading a no MMU kernel
2020-10-09 22:32 UTC (6+ messages)
` [PATCH v1 2/4] hw/riscv: Return the end address of the loaded firmware
[RFC PATCH] contrib/gitdm: Add more individual contributors
2020-10-09 22:25 UTC (2+ messages)
[PATCH 1/2] hw/char/serial: remove duplicate .class_init in serial_mm_info
2020-10-09 22:02 UTC (4+ messages)
` [PATCH 2/2] goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIAN
[PATCH v4 0/7] Exposing backing-chain allocation over NBD
2020-10-09 21:55 UTC (2+ messages)
` [PATCH v4 6/7] nbd: Refactor counting of metadata contexts
[Bug 1897783] [NEW] avocado tests not running on aarch64 host
2020-09-29 18:09 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).