aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-04libvhost-user: Fix extra vu_add/rem_mem_reg replyKevin Wolf
2022-05-04docs/vhost-user: Clarifications for VHOST_USER_ADD/REM_MEM_REGKevin Wolf
2022-05-04qemu-img: properly list formats which have consistency check implementedDenis V. Lunev
2022-05-03Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson
2022-05-03Merge tag 'pull-aspeed-20220503' of https://github.com/legoater/qemu into sta...Richard Henderson
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau
2022-05-03tests: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03net: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03ui: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03hw: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03qga: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03io: replace qemu_set{_non}block()Marc-André Lureau
2022-05-03chardev: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03io: make qio_channel_command_new_pid() staticMarc-André Lureau
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau
2022-05-03io: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau
2022-05-03virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau
2022-05-03os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC)Marc-André Lureau
2022-05-03tests: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau
2022-05-03qga: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau
2022-05-03util: replace pipe()+cloexec with g_unix_open_pipe()Marc-André Lureau
2022-05-03Replace qemu_pipe() with g_unix_open_pipe()Marc-André Lureau
2022-05-03block: move fcntl_setfl()Marc-André Lureau
2022-05-03Use g_unix_set_fd_nonblocking()Marc-André Lureau
2022-05-03libqtest: split QMP part in libqmpMarc-André Lureau
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau
2022-05-03Use QEMU_SANITIZE_ADDRESSMarc-André Lureau
2022-05-03Use QEMU_SANITIZE_THREADMarc-André Lureau
2022-05-03aspeed/hace: Support AST1030 HACESteven Lee
2022-05-02hw/gpio/aspeed_gpio: Fix QOM pin propertyPeter Delevoryas
2022-05-02tests/qtest: Add test for Aspeed HACE accumulative modeSteven Lee
2022-05-02aspeed/hace: Support AST2600 HACESteven Lee
2022-05-02aspeed/hace: Support HMAC Key Buffer register.Steven Lee
2022-05-02hw/arm/aspeed: fix AST2500/AST2600 EVB fmc modelJae Hyun Yoo
2022-05-02test/avocado/machine_aspeed.py: Add ast1030 test caseJamin Lin
2022-05-02aspeed: Add an AST1030 eval boardJamin Lin
2022-05-02aspeed/soc : Add AST1030 supportSteven Lee
2022-05-02aspeed/scu: Add AST1030 supportSteven Lee
2022-05-02aspeed/timer: Add AST1030 supportSteven Lee
2022-05-02aspeed/wdt: Add AST1030 supportSteven Lee
2022-05-02aspeed/wdt: Fix ast2500/ast2600 default reload valueSteven Lee
2022-05-02aspeed/smc: Add AST1030 supportSteven Lee
2022-05-02aspeed/adc: Add AST1030 supportSteven Lee
2022-05-02aspeed: Add eMMC Boot Controller stubJoel Stanley
2022-05-02aspeed: sbc: Correct default reset valuesJoel Stanley
2022-05-02hw: aspeed_scu: Introduce clkin_25Mhz attributeSteven Lee
2022-05-02hw: aspeed_scu: Add AST2600 apb_freq and hpll calculation functionSteven Lee
2022-05-01Merge tag 'pull-9p-20220501' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson
2022-05-019pfs: fix qemu_mknodat() to always return -1 on error on macOS hostChristian Schoenebeck
2022-05-019pfs: fix removing non-existent POSIX ACL xattr on macOS hostChristian Schoenebeck