aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-18hw/block/pflash_cfi01: Correct the type of PFlashCFI01.roDavid Edmondson
2021-03-18hw/block/pflash_cfi01: Clarify trace eventsPhilippe Mathieu-Daudé
2021-03-18hw/block/pflash_cfi02: Add DeviceReset methodPhilippe Mathieu-Daudé
2021-03-18hw/block/pflash_cfi02: Factor out pflash_reset_state_machine()Philippe Mathieu-Daudé
2021-03-18hw/block/pflash_cfi02: Rename register_memory(true) as mode_read_arrayPhilippe Mathieu-Daudé
2021-03-18hw/block/pflash_cfi02: Open-code pflash_register_memory(rom=false)Philippe Mathieu-Daudé
2021-03-18hw/block/pflash_cfi02: Set rom_mode to true in pflash_setup_mappings()Philippe Mathieu-Daudé
2021-03-18hw/block/pflash_cfi02: Extract pflash_cfi02_fill_cfi_table()Philippe Mathieu-Daudé
2021-03-18hw/block/pflash_cfi01: Extract pflash_cfi01_fill_cfi_table()Philippe Mathieu-Daudé
2021-03-18hw/block/pflash_cfi: Fix code style for checkpatch.plPhilippe Mathieu-Daudé
2021-03-18Merge remote-tracking branch 'remotes/vivier/tags/q800-for-6.0-pull-request' ...Peter Maydell
2021-03-18block: remove support for using "file" driver with block/char devicesDaniel P. Berrangé
2021-03-18block: remove 'dirty-bitmaps' field from 'BlockInfo' structDaniel P. Berrangé
2021-03-18block: remove dirty bitmaps 'status' fieldDaniel P. Berrangé
2021-03-18block: remove 'encryption_key_missing' flag from QAPIDaniel P. Berrangé
2021-03-18hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé
2021-03-18chardev: reject use of 'wait' flag for socket client chardevsDaniel P. Berrangé
2021-03-18machine: remove 'arch' field from 'query-cpus-fast' QMP commandDaniel P. Berrangé
2021-03-18machine: remove 'query-cpus' QMP commandDaniel P. Berrangé
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé
2021-03-18monitor: remove 'query-events' QMP commandDaniel P. Berrangé
2021-03-18monitor: raise error when 'pretty' option is used with HMPDaniel P. Berrangé
2021-03-18ui, monitor: remove deprecated VNC ACL option and HMP commandsDaniel P. Berrangé
2021-03-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-03-17Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20210316' i...Peter Maydell
2021-03-17Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210316.0' i...Peter Maydell
2021-03-17Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210316' int...Peter Maydell
2021-03-17Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210316-pull-request...Peter Maydell
2021-03-17tcg: Fix prototypes for tcg_out_vec_op and tcg_out_opMiroslav Rezanina
2021-03-17tcg/tci: Split out tcg_out_op_r[iI]Richard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_vRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}Richard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrrrclRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrrrRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrrrrrRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrclRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrrbbRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrrrrcRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrrcRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrrRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_pRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_lRichard Henderson
2021-03-17tcg/tci: Split out tcg_out_op_rrsRichard Henderson
2021-03-17Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210316' into...Peter Maydell
2021-03-17Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210316-pull-request' i...Peter Maydell
2021-03-17tcg/tci: Push opcode emit into each caseRichard Henderson
2021-03-17tcg/tci: Implement the disassembler properlyRichard Henderson
2021-03-17tcg/tci: Remove tci_disasRichard Henderson