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
Age
Commit message (
Expand
)
Author
2022-06-23
Merge tag 'pull-migration-20220623b' of https://gitlab.com/dagrh/qemu into st...
Richard Henderson
2022-06-23
migration: remove the QEMUFileOps abstraction
Daniel P. Berrangé
2022-06-23
migration: remove the QEMUFileOps 'get_return_path' callback
Daniel P. Berrangé
2022-06-23
migration: remove the QEMUFileOps 'writev_buffer' callback
Daniel P. Berrangé
2022-06-23
migration: remove the QEMUFileOps 'get_buffer' callback
Daniel P. Berrangé
2022-06-22
migration: remove the QEMUFileOps 'close' callback
Daniel P. Berrangé
2022-06-22
migration: remove the QEMUFileOps 'set_blocking' callback
Daniel P. Berrangé
2022-06-22
migration: remove the QEMUFileOps 'shut_down' callback
Daniel P. Berrangé
2022-06-22
migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method
Daniel P. Berrangé
2022-06-22
migration: introduce new constructors for QEMUFile
Daniel P. Berrangé
2022-06-22
migration: hardcode assumption that QEMUFile is backed with QIOChannel
Daniel P. Berrangé
2022-06-22
migration: stop passing 'opaque' parameter to QEMUFile hooks
Daniel P. Berrangé
2022-06-22
migration: convert savevm to use QIOChannelBlock for VMState
Daniel P. Berrangé
2022-06-22
migration: introduce a QIOChannel impl for BlockDriverState VMState
Daniel P. Berrangé
2022-06-22
migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
Daniel P. Berrangé
2022-06-22
migration: rename qemu_update_position to qemu_file_credit_transfer
Daniel P. Berrangé
2022-06-22
migration: rename qemu_ftell to qemu_file_total_transferred
Daniel P. Berrangé
2022-06-22
migration: rename 'pos' field in QEMUFile to 'bytes_processed'
Daniel P. Berrangé
2022-06-22
migration: rename rate limiting fields in QEMUFile
Daniel P. Berrangé
2022-06-22
migration: remove unreachble RDMA code in save_hook impl
Daniel P. Berrangé
2022-06-22
migration: switch to use QIOChannelNull for dummy channel
Daniel P. Berrangé
2022-06-22
io: add a QIOChannelNull equivalent to /dev/null
Daniel P. Berrangé
2022-06-22
migration: Change zero_copy_send from migration parameter to migration capabi...
Leonardo Bras
2022-06-22
QIOChannelSocket: Fix zero-copy send so socket flush works
Leonardo Bras
2022-06-22
QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability
Leonardo Bras
2022-06-22
migration: Remove RDMA_UNREGISTRATION_EXAMPLE
Juan Quintela
2022-06-22
Merge tag 'pull-aspeed-20220622' of https://github.com/legoater/qemu into sta...
Richard Henderson
2022-06-22
hw: m25p80: fixing individual test failure when tests are running in isolation
Iris Chen
2022-06-22
aspeed/hace: Add missing newlines to unimp messages
Joel Stanley
2022-06-22
aspeed/i2c: Enable SLAVE_ADDR_RX_MATCH always
Cédric Le Goater
2022-06-22
hw/i2c/aspeed: add DEV_ADDR in old register mode
Klaus Jensen
2022-06-22
hw/i2c/aspeed: rework raise interrupt trace event
Klaus Jensen
2022-06-22
aspeed: Add I2C buses to AST1030 model
Troy Lee
2022-06-22
aspeed/i2c: Add ast1030 controller models
Cédric Le Goater
2022-06-22
aspeed: i2c: Move regs and helpers to header file
Joe Komlodi
2022-06-22
aspeed: i2c: Add PKT_DONE IRQ to trace
Joe Komlodi
2022-06-22
aspeed: i2c: Add new mode support
Joe Komlodi
2022-06-22
aspeed: i2c: Use reg array instead of individual vars
Joe Komlodi
2022-06-22
aspeed: i2c: Migrate to registerfields API
Joe Komlodi
2022-06-22
hw/registerfields: Add shared fields macros
Joe Komlodi
2022-06-22
test/avocado/machine_aspeed.py: Add an I2C RTC test
Cédric Le Goater
2022-06-22
test/avocado/machine_aspeed.py: Add I2C tests to ast2600-evb
Cédric Le Goater
2022-06-22
test/avocado/machine_aspeed.py: Add I2C tests to ast2500-evb
Cédric Le Goater
2022-06-22
test/avocado/machine_aspeed.py: Add tests using buildroot images
Cédric Le Goater
2022-06-22
test/avocado/machine_aspeed.py: Move OpenBMC tests
Cédric Le Goater
2022-06-22
aspeed: Remove fake RTC device on ast2500-evb
Cédric Le Goater
2022-06-21
Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2022-06-21
util/cacheflush: Optimize flushing when ppc host has coherent icache
Nicholas Piggin
2022-06-21
util/cacheflush: Merge aarch64 ctr_el0 usage
Richard Henderson
2022-06-21
util: Merge cacheflush.c and cacheinfo.c
Richard Henderson
[next]