Age | Commit message (Expand) | Author | Files | Lines |
2022-01-18 | ppc/pnv: move mmbar0/mmbar1 and friends to PnvPHB4 | Daniel Henrique Barboza | 1 | -8/+6 |
2022-01-18 | ppc/pnv: move intbar to PnvPHB4 | Daniel Henrique Barboza | 1 | -1/+1 |
2022-01-18 | ppc/pnv: move phbbar to PnvPHB4 | Daniel Henrique Barboza | 1 | -1/+3 |
2022-01-18 | ppc/pnv: move PCI registers to PnvPHB4 | Daniel Henrique Barboza | 1 | -5/+5 |
2022-01-14 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 3 | -10/+5 |
2022-01-14 | Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220114-pull-reques... | Peter Maydell | 2 | -7/+3 |
2022-01-14 | block: drop BLK_PERM_GRAPH_MOD | Vladimir Sementsov-Ogievskiy | 1 | -4/+5 |
2022-01-14 | include/sysemu/blockdev.h: remove drive_get_max_devs | Emanuele Giuseppe Esposito | 1 | -1/+0 |
2022-01-14 | include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv... | Emanuele Giuseppe Esposito | 1 | -2/+0 |
2022-01-14 | block_int: make bdrv_backing_overridden static | Emanuele Giuseppe Esposito | 1 | -3/+0 |
2022-01-14 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell | 3 | -5/+6 |
2022-01-13 | edid: set default resolution to 1280x800 (WXGA) | Daniel P. Berrangé | 1 | -2/+2 |
2022-01-13 | hw/mips/jazz: Inline vga_mmio_init() and remove it | Philippe Mathieu-Daudé | 1 | -5/+0 |
2022-01-13 | hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO | Philippe Mathieu-Daudé | 1 | -0/+2 |
2022-01-13 | hw/display: Rename VGA_ISA_MM -> VGA_MMIO | Philippe Mathieu-Daudé | 1 | -3/+2 |
2022-01-12 | virtio: unify dataplane and non-dataplane ->handle_output() | Stefan Hajnoczi | 1 | -2/+2 |
2022-01-12 | virtio-blk: drop unused virtio_blk_handle_vq() return value | Stefan Hajnoczi | 1 | -1/+1 |
2022-01-12 | virtio: get rid of VirtIOHandleAIOOutput | Stefan Hajnoczi | 1 | -2/+1 |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi | 1 | -1/+3 |
2022-01-12 | ppc/pnv: turn pnv_phb4_update_regions() into static | Daniel Henrique Barboza | 1 | -1/+0 |
2022-01-12 | ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStack | Daniel Henrique Barboza | 1 | -2/+5 |
2022-01-12 | pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.c | Daniel Henrique Barboza | 1 | -0/+2 |
2022-01-12 | pnv_phb4.c: change TYPE_PNV_PHB4_ROOT_BUS name | Daniel Henrique Barboza | 1 | -1/+1 |
2022-01-12 | pnv_phb3.h: change TYPE_PNV_PHB3_ROOT_BUS name | Daniel Henrique Barboza | 1 | -1/+1 |
2022-01-12 | ppc/pnv: Move num_phbs under Pnv8Chip | Cédric Le Goater | 1 | -2/+2 |
2022-01-12 | ppc/pnv: Reparent user created PHB3 devices to the PnvChip | Cédric Le Goater | 1 | -0/+1 |
2022-01-12 | ppc/pnv: Introduce support for user created PHB3 devices | Cédric Le Goater | 1 | -0/+2 |
2022-01-12 | pnv_phb4.c: make pnv-phb4-root-port user creatable | Daniel Henrique Barboza | 1 | -2/+0 |
2022-01-12 | ppc/pnv: Attach PHB3 root port device when defaults are enabled | Cédric Le Goater | 2 | -2/+1 |
2022-01-11 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 4 | -16/+0 |
2022-01-10 | Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX" | Michael S. Tsirkin | 1 | -3/+0 |
2022-01-10 | Revert "vhost: introduce new VhostOps vhost_set_config_call" | Michael S. Tsirkin | 1 | -3/+0 |
2022-01-10 | Revert "virtio: add support for configure interrupt" | Michael S. Tsirkin | 1 | -4/+0 |
2022-01-10 | Revert "vhost: add support for configure interrupt" | Michael S. Tsirkin | 1 | -4/+0 |
2022-01-10 | Revert "virtio-net: add support for configure interrupt" | Michael S. Tsirkin | 1 | -2/+0 |
2022-01-08 | target/riscv: setup everything for rv64 to support rv128 execution | Frédéric Pétrot | 1 | -0/+1 |
2022-01-08 | qemu/int128: addition of div/rem 128-bit operations | Frédéric Pétrot | 1 | -0/+27 |
2022-01-08 | exec/memop: Adding signed quad and octo defines | Frédéric Pétrot | 1 | -0/+7 |
2022-01-08 | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot | 2 | -6/+6 |
2022-01-08 | hw/riscv: virt: Allow support for 32 cores | Alistair Francis | 1 | -1/+1 |
2022-01-07 | Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in... | Richard Henderson | 10 | -11/+52 |
2022-01-07 | virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE | David Hildenbrand | 1 | -0/+8 |
2022-01-07 | linux-headers: sync VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE | David Hildenbrand | 1 | -3/+6 |
2022-01-07 | virtio-mem: Support "prealloc=on" option | David Hildenbrand | 1 | -0/+4 |
2022-01-07 | hw/intc/arm_gicv3_its: Fix various off-by-one errors | Peter Maydell | 1 | -3/+3 |
2022-01-07 | hw/intc/arm_gicv3_its: Remove maxids union from TableDesc | Peter Maydell | 1 | -4/+1 |
2022-01-07 | Add dummy Aspeed AST2600 Display Port MCU (DPMCU) | Troy Lee | 1 | -0/+2 |
2022-01-07 | util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc() | David Hildenbrand | 1 | -0/+7 |
2022-01-07 | hw/i386: expose a "smbios-entry-point-type" PC machine property | Eduardo Habkost | 1 | -0/+4 |
2022-01-07 | hw/smbios: Use qapi for SmbiosEntryPointType | Eduardo Habkost | 1 | -8/+2 |