Show patches with: State = Action Required       |   303493 patches
« 1 2 ... 2426 2427 24283034 3035 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[8/8] sdhci: add a check_capab_v3() qtest - - - --- 2017-12-14 Philippe Mathieu-Daudé New
[RFC,7/8] sdhci: add a check_capab_sdma() qtest - - - --- 2017-12-14 Philippe Mathieu-Daudé New
[6/8] sdhci: add a check_capab_baseclock() qtest - - - --- 2017-12-14 Philippe Mathieu-Daudé New
[5/8] sdhci: add check_capab_readonly() qtest - - - --- 2017-12-14 Philippe Mathieu-Daudé New
[4/8] sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-only - 1 - --- 2017-12-14 Philippe Mathieu-Daudé New
[3/8] sdhci: add qtest to check the SD Spec version - - - --- 2017-12-14 Philippe Mathieu-Daudé New
[2/8] sdhci: some ARM boards do support SD_HOST_SPECv3_VERS - 1 - --- 2017-12-14 Philippe Mathieu-Daudé New
[1/8] sdhci: add a "sd-spec-version" property - 1 - --- 2017-12-14 Philippe Mathieu-Daudé New
[7/7] block/backup: use block_job_throttle - 2 - --- 2017-12-14 John Snow New
[6/7] block/stream: use block_job_throttle - 2 - --- 2017-12-14 John Snow New
[5/7] block/commit: use block_job_throttle - 2 - --- 2017-12-14 John Snow New
[4/7] blockjob: allow block_job_throttle to take delay_ns - - - --- 2017-12-14 John Snow New
[3/7] blockjob: create block_job_throttle - 1 - --- 2017-12-14 John Snow New
[2/7] blockjob: consolidate SLICE_TIME definition - 3 - --- 2017-12-14 John Snow New
[1/7] blockjob: record time of last yield - - - --- 2017-12-14 John Snow New
test/i386 - Allow TCG to boot with > 1TB memory - - - --- 2017-12-13 Antonio Huete Jiménez New
[26/26] sdcard: add/use a ccc_spi enum for the commands supported in SPI mode - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[25/26] sdcard: add/use a SDCardCommandClass enum instead of magic numbers - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[24/26] sdcard: use a 16-bit type for the 16-bit RCA register - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[23/26] sdcard: add ACMD trace events - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[22/26] sdcard: reduce sd_cmd traces - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[21/26] sdcard: add sd_cmd_abbreviation() to resolve the SD command id - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[20/26] sdcard: add/use SD_CMD_MAX to check valid SD commands - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[19/26] sdcard: add DSR register - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[18/26] sdcard: move Memory Card registers together - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[17/26] sdcard: rename sd_set_REG() functions called by sd_reset() as sd_reset_REG() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[16/26] sdcard: let cmd_valid_while_locked() returns a bool - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[15/26] sdcard: use PW_LEN define instead of '16' magic - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[RFC,14/26] sdcard: use qemu_hexbuf_strdup() to trace command response - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[13/26] sdcard: add more trace events - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[12/26] sdcard: replace DPRINTF() by trace events - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[11/26] sdcard: use warn_report() instead of fprintf() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[10/26] sdcard: use more detailled state/mode trace events - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[09/26] sdcard: add a sdcard_set_state() trace event - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[08/26] sdcard: add sd_set_state() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[07/26] sdcard: add sdcard_set_mode() trace event - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[06/26] sdcard: add sd_set_mode() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[05/26] sdcard: rename sd_set_mode() -> sd_update_mode() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[04/26] sdcard: replace fprintf() -> qemu_log_mask() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[03/26] sdcard: use ldst API - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[RFC,02/26] sdcard: add a Python qtest - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[01/26] sdbus: add a QMP command to access a SDBus - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[6/6] tests: add a Makefile rule to run Python qtests - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[5/6] qtest.py: add a simple main() which calls unittest.main() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[4/6] qtest.py: add verify_machine(supported_machines) - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[3/6] qtest.py: use TMPDIR/TEMP if the TEST_DIR env var is missing - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[2/6] iotests.py: move the generic QMPTestCase to qtest.py - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[1/6] iotests.py: split BlockQMPTestCase class of QMPTestCase - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[v2] blockjob: kick jobs on set-speed - 1 - --- 2017-12-13 John Snow New
[11/11] hw/arm/xilinx_zynq: use sdbus_create_slave() to name the different SD busses - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[10/11] hw/sd/pxa2xx: implement the SD_BUS_MASTER interface - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[09/11] sdhci: implement the SD_BUS_MASTER interface - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[08/11] sdbus: add a SD_BUS_MASTER interface - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[07/11] sdbus: add a SD_BUS_SLAVE interface - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[06/11] sdbus: rename SDCardClass -> SDSlaveClass 1 - - --- 2017-12-13 Philippe Mathieu-Daudé New
[05/11] sdbus: add sdbus_create_slave() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[04/11] sdbus: add sdbus_create_bus() to replace qbus_create_inplace() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[03/11] sdbus: add trace events - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[02/11] bcm2835_peripherals: move GPIO 'sdbus' property link from init() -> realize() 1 - - --- 2017-12-13 Philippe Mathieu-Daudé New
[RFC,01/11] util/cutils: add qemu_hexbuf_strdup(), yet another hexdump() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[dontapply] virtio: rework set_status callbacks - - - --- 2017-12-13 Michael S. Tsirkin New
virtio_error: don't invoke status callbacks - - - --- 2017-12-13 Michael S. Tsirkin New
[14/14] sdhci: add a "dma-memory" property - 1 - --- 2017-12-13 Philippe Mathieu-Daudé New
[13/14] sdhci: add sdhci_init_capareg() to initialize the CAPAB register - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[12/14] sdhci: add a trace event for the LED control - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[11/14] sdhci: convert the DPRINT() calls into trace events 1 - - --- 2017-12-13 Philippe Mathieu-Daudé New
[10/14] sdhci: use qemu_log_mask(UNIMP) instead of fprintf() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[09/14] sdhci: refactor common sysbus/pci unrealize() into sdhci_unrealizefn() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[08/14] sdhci: refactor common sysbus/pci class_init() into sdhci_class_init() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[07/14] sdhci: refactor common sysbus/pci realize() into sdhci_realizefn() - 1 - --- 2017-12-13 Philippe Mathieu-Daudé New
[06/14] sdhci: refactor same sysbus/pci properties into a common one - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[05/14] sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h" - 1 - --- 2017-12-13 Philippe Mathieu-Daudé New
[04/14] sdhci: use deposit64() - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[03/14] sdhci: use the ldst_le_dma() API - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[02/14] sdhci: clean up includes - 1 - --- 2017-12-13 Philippe Mathieu-Daudé New
[01/14] sd: split "sd-internal.h" of "hw/sd/sd.h" - - - --- 2017-12-13 Philippe Mathieu-Daudé New
[PULL,095/107] spapr: clock should count only if vm is running - - - --- 2017-12-13 Laurent Vivier New
[v1,2/2] cpus.c: change qmp_query_cpus 'value->current' logic - - - --- 2017-12-13 Daniel Henrique Barboza New
[v1,1/2] qmp.c: (re)implement qmp_cpu - - - --- 2017-12-13 Daniel Henrique Barboza New
[PULL,4/4] vfio-pci: Remove unused fields from VFIOMSIXInfo - - - --- 2017-12-13 Alex Williamson New
[PULL,3/4] vfio/spapr: Allow fallback to SPAPR TCE IOMMU v1 - - - --- 2017-12-13 Alex Williamson New
[PULL,43/43] xilinx_spips: Use memset instead of a for loop to zero registers - 2 - --- 2017-12-13 Peter Maydell New
[PULL,42/43] xilinx_spips: Set all of the reset values - 1 - --- 2017-12-13 Peter Maydell New
[PULL,41/43] xilinx_spips: Update the QSPI Mod ID reset value - 2 - --- 2017-12-13 Peter Maydell New
[PULL,40/43] MAINTAINERS: replace the unavailable email address - - - --- 2017-12-13 Peter Maydell New
[PULL,39/43] hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOS - 1 - --- 2017-12-13 Peter Maydell New
[PULL,2/4] vfio/common: init giommu_list and hostwin_list of vfio container - - - --- 2017-12-13 Alex Williamson New
[PULL,38/43] nvic: Make systick banked - 1 - --- 2017-12-13 Peter Maydell New
[PULL,37/43] nvic: Make nvic_sysreg_ns_ops work with any MemoryRegion - 1 - --- 2017-12-13 Peter Maydell New
[PULL,36/43] target/arm: Extend PAR format determination - 2 1 --- 2017-12-13 Peter Maydell New
[PULL,35/43] target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill() - 2 1 --- 2017-12-13 Peter Maydell New
[PULL,34/43] target/arm: Ignore fsr from get_phys_addr() in do_ats_write() - 2 1 --- 2017-12-13 Peter Maydell New
[PULL,33/43] target/arm: Use ARMMMUFaultInfo in deliver_fault() - 2 1 --- 2017-12-13 Peter Maydell New
[PULL,32/43] target/arm: Convert get_phys_addr_pmsav8() to not return FSC values - 2 1 --- 2017-12-13 Peter Maydell New
[PULL,31/43] target/arm: Convert get_phys_addr_pmsav7() to not return FSC values - 2 1 --- 2017-12-13 Peter Maydell New
[PULL,30/43] target/arm: Convert get_phys_addr_pmsav5() to not return FSC values - 2 1 --- 2017-12-13 Peter Maydell New
[PULL,29/43] target/arm: Convert get_phys_addr_lpae() to not return FSC values - 2 1 --- 2017-12-13 Peter Maydell New
[PULL,28/43] target/arm: Convert get_phys_addr_v6() to not return FSC values - 2 1 --- 2017-12-13 Peter Maydell New
[PULL,27/43] target/arm: Convert get_phys_addr_v5() to not return FSC values - 2 1 --- 2017-12-13 Peter Maydell New
[PULL,26/43] target/arm: Remove fsr argument from arm_ld*_ptw() - 2 1 --- 2017-12-13 Peter Maydell New
« 1 2 ... 2426 2427 24283034 3035 »