aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-01-29hw/arm/mps2: Inline CMSDK_APB_TIMER creationPeter Maydell
2021-01-29hw/arm/armsse: Wire up clocksPeter Maydell
2021-01-29hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ"Peter Maydell
2021-01-29hw/watchdog/cmsdk-apb-watchdog: Add Clock inputPeter Maydell
2021-01-29hw/timer/cmsdk-apb-dualtimer: Add Clock inputPeter Maydell
2021-01-29hw/timer/cmsdk-apb-timer: Add Clock inputPeter Maydell
2021-01-29hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell
2021-01-29clock: Add new clock_has_source() functionPeter Maydell
2021-01-29ptimer: Add new ptimer_set_period_from_clock() functionPeter Maydell
2021-01-29hw/misc/pvpanic: add PCI interface supportMihai Carabas
2021-01-29hw/misc/pvpanic: split-out generic and bus dependent codeMihai Carabas
2021-01-29osdep: build with non-working system() functionJoelle van Dyne
2021-01-29arm-virt: add secure pl061 for reset/power downMaxim Uvarov
2021-01-28Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-01-28' into ...Peter Maydell
2021-01-28qapi: Introduce QAPI_LIST_APPENDEric Blake
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2021-01-26block/block-copy: drop unused argument of block_copy()Vladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: drop unused block_copy_set_progress_callback()Vladimir Sementsov-Ogievskiy
2021-01-26blockjob: add set_speed to BlockJobDriverVladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: add block_copy_cancelVladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: add ratelimit to block-copyVladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: add max_chunk and max_workers parametersVladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: implement block_copy_asyncVladimir Sementsov-Ogievskiy
2021-01-26qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy
2021-01-26qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy
2021-01-26copy-on-read: skip non-guest reads if no copy neededAndrey Shinkevich
2021-01-26block: include supported_read_flags into BDS structureAndrey Shinkevich
2021-01-26qapi: add filter-node-name to block-streamAndrey Shinkevich
2021-01-26block: add API function to insert a nodeAndrey Shinkevich
2021-01-25Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2021-01-25Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into...Peter Maydell
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng
2021-01-24Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210124' into...Peter Maydell
2021-01-24hw/sd: sd.h: Cosmetic change of using spacesBin Meng
2021-01-24util: Add CRC16 (CCITT) calculation routinesBin Meng
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson
2021-01-23Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov
2021-01-23accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé
2021-01-23accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé
2021-01-23accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson
2021-01-23accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé
2021-01-23vnc: support "-vnc help"Paolo Bonzini
2021-01-22tcg: Optimize inline dup_const for MO_64Richard Henderson
2021-01-22qemu/compiler: Split out qemu_build_not_reached_alwaysRichard Henderson
2021-01-22usb: add pcap support.Gerd Hoffmann
2021-01-22scsi/utils: Add INVALID_PARAM_VALUE sense code definitionPhilippe Mathieu-Daudé
2021-01-21Update linux headers to 5.11-rc2Eric Farman
2021-01-20osdep.h: Remove <sys/signal.h> includeMichael Forney
2021-01-19target/arm: Implement an IMPDEF pauth algorithmRichard Henderson