44828 Commits (f348b6d1a53e5271cf1c9f9acc4646b4b98c1771)
 

Author SHA1 Message Date
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 11 years ago
Rutuja Shah 73bcb24d93 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND 11 years ago
Paolo Bonzini 4771d756f4 hw: explicitly include qemu-common.h and cpu.h 11 years ago
Markus Armbruster 7136fc1da2 include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h 11 years ago
Markus Armbruster bd36a618cc isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.h 11 years ago
Markus Armbruster 8a98ecada3 Move ParallelIOArg from qemu-common.h to sysemu/char.h 11 years ago
Markus Armbruster e07e540aaa Move QEMU_ALIGN_*() from qemu-common.h to qemu/osdep.h 11 years ago
Markus Armbruster a813963216 Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.h 11 years ago
Markus Armbruster a7c4d9c7ca hw/pci/pci.h: Don't include qemu-common.h 11 years ago
Markus Armbruster 0137fdc094 include/hw/hw.h: Don't include qemu-common.h 11 years ago
Markus Armbruster daf015ef5a include/qemu/iov.h: Don't include qemu-common.h 11 years ago
Markus Armbruster 6f061ea10f fw_cfg: Split fw_cfg_keys.h off fw_cfg.h 11 years ago
Markus Armbruster c80f6e9caa Clean up includes some more 11 years ago
Markus Armbruster 14b6d44d47 Use scripts/clean-includes to drop redundant qemu/typedefs.h 11 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 11 years ago
Peter Maydell 4829e0378d QAPI patches for 2016-03-18 11 years ago
Eric Blake 3666a97f78 qapi: Use anonymous bases in QMP flat unions 11 years ago
Eric Blake ac4338f8eb qapi: Allow anonymous base for flat union 11 years ago
Eric Blake bd59adce69 qapi: Make BlockdevOptions doc example closer to reality 11 years ago
Eric Blake 32bafa8fdd qapi: Don't special-case simple union wrappers 11 years ago
Eric Blake 861877a0dd qapi: Drop unused c_null() 11 years ago
Eric Blake 12f254fd5f qapi: Inline gen_visit_members() into lone caller 11 years ago
Eric Blake c1ff0e6c85 qapi-commands: Inline single-use helpers of gen_marshal() 11 years ago
Eric Blake 386230a249 qapi-commands: Utilize implicit struct visits 11 years ago
Eric Blake 0949e95b48 qapi-event: Utilize implicit struct visits 11 years ago
Eric Blake 8df59565d2 qapi-event: Drop qmp_output_get_qobject() null check 11 years ago
Eric Blake 7ce106a96f qapi: Emit implicit structs in generated C 11 years ago
Eric Blake 7599697c66 qapi: Adjust names of implicit types 11 years ago
Eric Blake 4040d995e4 qapi: Make c_type() more OO-like 11 years ago
Eric Blake 972a110162 qapi: Fix command with named empty argument type 11 years ago
Eric Blake 29f6bd15eb qapi: Assert in places where variants are not handled 11 years ago
Peter Maydell 879c26fb9f Merge QCrypto 2016/03/17 v3 11 years ago
Daniel P. Berrange 3e308f20ed crypto: implement the LUKS block encryption format 11 years ago
Peter Maydell 6741d38ad0 Block layer patches 11 years ago
Kevin Wolf 361dca7a5a Two quorum patches for the block queue, v2. 11 years ago
Alberto Garcia 509565f36f iotests: Test QUORUM_REPORT_BAD in fifo mode 11 years ago
Alberto Garcia 6049490df4 quorum: Emit QUORUM_REPORT_BAD for reads in fifo mode 11 years ago
Kevin Wolf 8896e08814 block: Use blk_co_pwritev() in blk_co_write_zeroes() 11 years ago
Kevin Wolf 57d6a42883 block: Use blk_aio_prwv() for aio_read/write/write_zeroes 11 years ago
Kevin Wolf a55d3fba99 block: Use blk_prw() in blk_pread()/blk_pwrite() 11 years ago
Kevin Wolf fc1453cdfc block: Use blk_co_pwritev() in blk_write_zeroes() 11 years ago
Kevin Wolf 5bd5119667 block: Pull up blk_read_unthrottled() implementation 11 years ago
Kevin Wolf a8823a3bfd block: Use blk_co_pwritev() for blk_write() 11 years ago
Kevin Wolf 1bf1cbc91f block: Use blk_co_preadv() for blk_read() 11 years ago
Kevin Wolf f21d96d04b block: Use BdrvChild in BlockBackend 11 years ago
Max Reitz 9aaf28c61d block: Remove bdrv_states list 11 years ago
Max Reitz 79720af640 block: Use bdrv_next() instead of bdrv_states 11 years ago
Max Reitz 2626058034 block: Rewrite bdrv_next() 11 years ago
Max Reitz 981f4f578e block: Add blk_next_root_bs() 11 years ago
Max Reitz 262b4e8f74 block: Add bdrv_next_monitor_owned() 11 years ago