aboutsummaryrefslogtreecommitdiff
path: root/util/fifo8.c
AgeCommit message (Expand)Author
2024-09-13fifo8: introduce fifo8_peek() functionMark Cave-Ayland
2024-09-13fifo8: add fifo8_peek_buf() functionMark Cave-Ayland
2024-09-13fifo8: honour do_pop argument in fifo8_peekpop_buf()Mark Cave-Ayland
2024-09-13fifo8: rename fifo8_pop_buf() to fifo8_peekpop_buf()Mark Cave-Ayland
2024-09-13fifo8: replace fifo8_pop_bufptr() with fifo8_peekpop_bufptr() in fifo8_pop_buf()Mark Cave-Ayland
2024-09-13fifo8: add skip parameter to fifo8_peekpop_bufptr()Mark Cave-Ayland
2024-09-13fifo8: introduce head variable for fifo8_peekpop_bufptr()Mark Cave-Ayland
2024-09-13fifo8: rename fifo8_peekpop_buf() to fifo8_peekpop_bufptr()Mark Cave-Ayland
2024-07-23util/fifo8: Introduce fifo8_drop()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Expose fifo8_pop_buf()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Use fifo8_reset() in fifo8_create()Philippe Mathieu-Daudé
2024-01-10util/fifo8: Introduce fifo8_peek_buf()Philippe Mathieu-Daudé
2024-01-10util/fifo8: Allow fifo8_pop_buf() to not populate popped lengthPhilippe Mathieu-Daudé
2023-12-30util/fifo8: Constify VMStateRichard Henderson
2021-02-07utils/fifo8: change fatal errors from abort() to assert()Mark Cave-Ayland
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2017-02-13migration: consolidate VMStateField.startHalil Pasic
2016-02-04util: Clean up includesPeter Maydell
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-02-08util/fifo8: clear fifo head upon resetBeniamino Galvani
2014-02-08util/fifo8: implement push/pop of multiple bytesBeniamino Galvani
2013-03-01hw: move fifo.[ch] to libqemuutilPaolo Bonzini