index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
fifo8.c
Age
Commit message (
Expand
)
Author
2024-09-13
fifo8: introduce fifo8_peek() function
Mark Cave-Ayland
2024-09-13
fifo8: add fifo8_peek_buf() function
Mark Cave-Ayland
2024-09-13
fifo8: honour do_pop argument in fifo8_peekpop_buf()
Mark Cave-Ayland
2024-09-13
fifo8: rename fifo8_pop_buf() to fifo8_peekpop_buf()
Mark Cave-Ayland
2024-09-13
fifo8: replace fifo8_pop_bufptr() with fifo8_peekpop_bufptr() in fifo8_pop_buf()
Mark Cave-Ayland
2024-09-13
fifo8: add skip parameter to fifo8_peekpop_bufptr()
Mark Cave-Ayland
2024-09-13
fifo8: introduce head variable for fifo8_peekpop_bufptr()
Mark Cave-Ayland
2024-09-13
fifo8: rename fifo8_peekpop_buf() to fifo8_peekpop_bufptr()
Mark Cave-Ayland
2024-07-23
util/fifo8: Introduce fifo8_drop()
Philippe Mathieu-Daudé
2024-07-23
util/fifo8: Expose fifo8_pop_buf()
Philippe Mathieu-Daudé
2024-07-23
util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()
Philippe Mathieu-Daudé
2024-07-23
util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()
Philippe Mathieu-Daudé
2024-07-23
util/fifo8: Use fifo8_reset() in fifo8_create()
Philippe Mathieu-Daudé
2024-01-10
util/fifo8: Introduce fifo8_peek_buf()
Philippe Mathieu-Daudé
2024-01-10
util/fifo8: Allow fifo8_pop_buf() to not populate popped length
Philippe Mathieu-Daudé
2023-12-30
util/fifo8: Constify VMState
Richard Henderson
2021-02-07
utils/fifo8: change fatal errors from abort() to assert()
Mark Cave-Ayland
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2017-02-13
migration: consolidate VMStateField.start
Halil Pasic
2016-02-04
util: Clean up includes
Peter Maydell
2014-05-13
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
2014-02-08
util/fifo8: clear fifo head upon reset
Beniamino Galvani
2014-02-08
util/fifo8: implement push/pop of multiple bytes
Beniamino Galvani
2013-03-01
hw: move fifo.[ch] to libqemuutil
Paolo Bonzini