aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-01error: rename error_with_timestamp to message_with_timestampStefan Hajnoczi1-1/+1
2021-01-29Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...Peter Maydell1-1/+1
2021-01-29Prefer 'on' | 'off' over 'yes' | 'no' for bool optionsDaniel P. Berrangé1-1/+1
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell4-8/+0
2021-01-29hw/arm/mps2: Inline CMSDK_APB_TIMER creationPeter Maydell1-21/+0
2021-01-29hw/arm/armsse: Wire up clocksPeter Maydell1-0/+6
2021-01-29hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ"Peter Maydell1-1/+1
2021-01-29hw/watchdog/cmsdk-apb-watchdog: Add Clock inputPeter Maydell1-0/+3
2021-01-29hw/timer/cmsdk-apb-dualtimer: Add Clock inputPeter Maydell1-0/+3
2021-01-29hw/timer/cmsdk-apb-timer: Add Clock inputPeter Maydell1-0/+9
2021-01-29hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell2-5/+5
2021-01-29clock: Add new clock_has_source() functionPeter Maydell1-0/+15
2021-01-29ptimer: Add new ptimer_set_period_from_clock() functionPeter Maydell2-0/+23
2021-01-29hw/misc/pvpanic: add PCI interface supportMihai Carabas2-0/+2
2021-01-29hw/misc/pvpanic: split-out generic and bus dependent codeMihai Carabas1-2/+21
2021-01-29osdep: build with non-working system() functionJoelle van Dyne1-0/+12
2021-01-29arm-virt: add secure pl061 for reset/power downMaxim Uvarov1-0/+2
2021-01-28Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-01-28' into ...Peter Maydell1-0/+13
2021-01-28qapi: Introduce QAPI_LIST_APPENDEric Blake1-0/+13
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-1/+2
2021-01-26block/block-copy: drop unused argument of block_copy()Vladimir Sementsov-Ogievskiy1-1/+1
2021-01-26block/block-copy: drop unused block_copy_set_progress_callback()Vladimir Sementsov-Ogievskiy1-6/+0
2021-01-26blockjob: add set_speed to BlockJobDriverVladimir Sementsov-Ogievskiy1-0/+2
2021-01-26block/block-copy: add block_copy_cancelVladimir Sementsov-Ogievskiy1-0/+13
2021-01-26block/block-copy: add ratelimit to block-copyVladimir Sementsov-Ogievskiy1-1/+4
2021-01-26block/block-copy: add max_chunk and max_workers parametersVladimir Sementsov-Ogievskiy1-0/+6
2021-01-26block/block-copy: implement block_copy_asyncVladimir Sementsov-Ogievskiy1-0/+29
2021-01-26qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy2-1/+4
2021-01-26qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy1-0/+1
2021-01-26copy-on-read: skip non-guest reads if no copy neededAndrey Shinkevich1-3/+5
2021-01-26block: include supported_read_flags into BDS structureAndrey Shinkevich1-0/+4
2021-01-26qapi: add filter-node-name to block-streamAndrey Shinkevich1-1/+6
2021-01-26block: add API function to insert a nodeAndrey Shinkevich1-0/+2
2021-01-25Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-1/+6
2021-01-25Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into...Peter Maydell2-21/+54
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng1-1/+6
2021-01-24Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210124' into...Peter Maydell4-14/+36
2021-01-24hw/sd: sd.h: Cosmetic change of using spacesBin Meng1-21/+21
2021-01-24util: Add CRC16 (CCITT) calculation routinesBin Meng1-0/+33
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson1-0/+3
2021-01-23Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+1
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov1-0/+28
2021-01-23accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé1-1/+0
2021-01-23accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé1-5/+0
2021-01-23accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson1-3/+0
2021-01-23accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé1-2/+0
2021-01-23vnc: support "-vnc help"Paolo Bonzini1-1/+1
2021-01-22tcg: Optimize inline dup_const for MO_64Richard Henderson1-1/+2
2021-01-22qemu/compiler: Split out qemu_build_not_reached_alwaysRichard Henderson1-2/+3
2021-01-22usb: add pcap support.Gerd Hoffmann1-0/+8