Age | Commit message (Expand) | Author | Files | Lines |
2021-01-29 | hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYS | Peter Maydell | 1 | -10/+0 |
2021-01-29 | arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSE | Peter Maydell | 4 | -20/+0 |
2021-01-29 | arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSE | Peter Maydell | 5 | -15/+0 |
2021-01-29 | hw/arm/armsse: Use Clock to set system_clock_scale | Peter Maydell | 1 | -5/+19 |
2021-01-29 | hw/watchdog/cmsdk-apb-watchdog: Convert to use Clock input | Peter Maydell | 1 | -4/+14 |
2021-01-29 | hw/timer/cmsdk-apb-dualtimer: Convert to use Clock input | Peter Maydell | 1 | -5/+37 |
2021-01-29 | hw/timer/cmsdk-apb-timer: Convert to use Clock input | Peter Maydell | 1 | -4/+14 |
2021-01-29 | hw/arm/stellaris: Create Clock input for watchdog | Peter Maydell | 1 | -12/+31 |
2021-01-29 | hw/arm/stellaris: Convert SSYS to QOM device | Peter Maydell | 1 | -25/+107 |
2021-01-29 | hw/arm/musca: Create and connect ARMSSE Clocks | Peter Maydell | 1 | -0/+12 |
2021-01-29 | hw/arm/mps2-tz: Create and connect ARMSSE Clocks | Peter Maydell | 1 | -0/+13 |
2021-01-29 | hw/arm/mps2: Create and connect SYSCLK Clock | Peter Maydell | 1 | -0/+9 |
2021-01-29 | hw/arm/mps2: Inline CMSDK_APB_TIMER creation | Peter Maydell | 1 | -2/+16 |
2021-01-29 | hw/arm/armsse: Wire up clocks | Peter Maydell | 1 | -2/+15 |
2021-01-29 | hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ" | Peter Maydell | 3 | -5/+5 |
2021-01-29 | hw/watchdog/cmsdk-apb-watchdog: Add Clock input | Peter Maydell | 1 | -2/+5 |
2021-01-29 | hw/timer/cmsdk-apb-dualtimer: Add Clock input | Peter Maydell | 1 | -2/+5 |
2021-01-29 | hw/timer/cmsdk-apb-timer: Add Clock input | Peter Maydell | 1 | -2/+5 |
2021-01-29 | hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimer | Peter Maydell | 1 | -14/+14 |
2021-01-29 | ptimer: Add new ptimer_set_period_from_clock() function | Peter Maydell | 1 | -0/+34 |
2021-01-29 | hw/misc/pvpanic: add PCI interface support | Mihai Carabas | 3 | -0/+101 |
2021-01-29 | hw/misc/pvpanic: split-out generic and bus dependent code | Mihai Carabas | 5 | -82/+108 |
2021-01-29 | hw/misc: Fix arith overflow in NPCM7XX PWM module | Hao Wu | 1 | -4/+19 |
2021-01-29 | arm-virt: add secure pl061 for reset/power down | Maxim Uvarov | 2 | -1/+56 |
2021-01-29 | arm-virt: refactor gpios creation | Maxim Uvarov | 1 | -21/+36 |
2021-01-29 | hw: gpio: implement gpio-pwr driver for qemu reset/poweroff | Maxim Uvarov | 3 | -0/+74 |
2021-01-29 | arm: rename xlnx-zcu102.canbusN properties | Paolo Bonzini | 1 | -2/+2 |
2021-01-28 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-01-28' into ... | Peter Maydell | 5 | -137/+77 |
2021-01-28 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 18 | -37/+39 |
2021-01-28 | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake | 3 | -105/+60 |
2021-01-28 | qapi: Use QAPI_LIST_APPEND in trivial cases | Eric Blake | 2 | -10/+5 |
2021-01-28 | qapi: A couple more QAPI_LIST_PREPEND() stragglers | Eric Blake | 1 | -22/+12 |
2021-01-27 | block: Separate blk_is_writable() and blk_supports_write_perm() | Kevin Wolf | 18 | -37/+39 |
2021-01-27 | hw/display/vmware_vga: Remove dependency on VNC header | Peter Maydell | 1 | -2/+1 |
2021-01-25 | tpm: tpm_spapr: Remove unused tracepoint | Roman Bolshakov | 2 | -7/+2 |
2021-01-25 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 7 | -26/+33 |
2021-01-25 | Merge remote-tracking branch 'remotes/gkurz-gitlab/tags/9p-next-pull-request'... | Peter Maydell | 3 | -50/+63 |
2021-01-25 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into... | Peter Maydell | 2 | -38/+47 |
2021-01-25 | net: checksum: Introduce fine control over checksum type | Bin Meng | 7 | -26/+33 |
2021-01-24 | hw/sd: ssi-sd: Use macros for the dummy value and tokens in the transfer | Bin Meng | 1 | -10/+16 |
2021-01-24 | hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSION | Bin Meng | 1 | -1/+1 |
2021-01-24 | hw/sd: ssi-sd: Add a state representing Nac | Bin Meng | 1 | -2/+7 |
2021-01-24 | hw/sd: ssi-sd: Suffix a data block with CRC16 | Bin Meng | 1 | -3/+20 |
2021-01-24 | hw/sd: sd: Drop sd_crc16() | Bin Meng | 1 | -18/+0 |
2021-01-24 | hw/sd: sd: Support CMD59 for SPI mode | Bin Meng | 1 | -7/+1 |
2021-01-24 | hw/sd: ssi-sd: Fix incorrect card response sequence | Bin Meng | 1 | -3/+8 |
2021-01-23 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -6/+24 |
2021-01-23 | ide: atapi: check logical block address and read size (CVE-2020-29443) | Prasad J Pandit | 1 | -6/+24 |
2021-01-22 | 9pfs: Convert reclaim list to QSLIST | Greg Kurz | 2 | -10/+9 |
2021-01-22 | 9pfs: Improve unreclaim loop | Greg Kurz | 1 | -14/+32 |