Age | Commit message (Expand) | Author | Files | Lines |
2019-03-20 | hw/ppc/Kconfig: e500 based machines require virtio-net-pci device | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-03-20 | hw/ppc/Kconfig: Bamboo machine requires e1000 network card | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-03-20 | hw/mips/Kconfig: Fulong 2e board requires ati-vga/rtl8139 PCI devices | Philippe Mathieu-Daudé | 1 | -0/+2 |
2019-03-20 | hw/mips/Kconfig: Malta machine requires the pcnet network card | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-03-20 | hw/i386/Kconfig: enable devices that can be created by default | Philippe Mathieu-Daudé | 1 | -0/+3 |
2019-03-20 | hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-03-20 | hw/isa/Kconfig: i82378 SuperIO requires PC speaker device | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-03-20 | prep: do not select I82374 | Paolo Bonzini | 1 | -1/+0 |
2019-03-20 | hw/i386/Kconfig: PC uses I8257, not I82374 | Paolo Bonzini | 1 | -1/+0 |
2019-03-18 | hw/char/parallel: Make it possible to compile also without CONFIG_PARALLEL | Thomas Huth | 4 | -4/+6 |
2019-03-18 | target/i386: sev: Do not pin the ram device memory region | Singh, Brijesh | 1 | -0/+11 |
2019-03-18 | memory: Fix the memory region type assignment order | Singh, Brijesh | 1 | -1/+8 |
2019-03-18 | kconfig: add dependencies on CONFIG_MSI_NONBROKEN | Paolo Bonzini | 8 | -12/+18 |
2019-03-18 | kconfig: add CONFIG_MSI_NONBROKEN | Paolo Bonzini | 6 | -0/+13 |
2019-03-18 | riscv: plic: Set msi_nonbroken as true | Alistair Francis | 1 | -0/+3 |
2019-03-14 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-gitdm-next-120319-1' ... | Peter Maydell | 6 | -0/+29 |
2019-03-14 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-for-4.0-12031... | Peter Maydell | 132 | -368/+1213 |
2019-03-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 4 | -2/+5 |
2019-03-14 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2 | -0/+22 |
2019-03-14 | Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta... | Peter Maydell | 3 | -10/+2 |
2019-03-13 | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.0-sf4' i... | Peter Maydell | 12 | -1589/+2891 |
2019-03-13 | configure: remove slirp submodule support that doesn't exist yet | Daniel P. Berrangé | 1 | -9/+2 |
2019-03-13 | slirp: remove empty state.h | Marc-André Lureau | 2 | -1/+0 |
2019-03-13 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190313-pull-request' i... | Peter Maydell | 6 | -52/+348 |
2019-03-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 37 | -281/+2126 |
2019-03-13 | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... | Peter Maydell | 17 | -193/+869 |
2019-03-13 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 26 | -160/+1929 |
2019-03-13 | Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190312' into staging | Peter Maydell | 15 | -169/+483 |
2019-03-13 | file-posix: add drop-cache=on|off option | Stefan Hajnoczi | 2 | -0/+22 |
2019-03-13 | target/riscv: Remove decode_RV32_64G() | Bastian Koppelmann | 1 | -20/+1 |
2019-03-13 | target/riscv: Remove gen_system() | Bastian Koppelmann | 1 | -34/+0 |
2019-03-13 | target/riscv: Rename trans_arith to gen_arith | Bastian Koppelmann | 3 | -18/+18 |
2019-03-13 | target/riscv: Remove manual decoding of RV32/64M insn | Bastian Koppelmann | 2 | -211/+164 |
2019-03-13 | target/riscv: Remove shift and slt insn manual decoding | Bastian Koppelmann | 2 | -71/+81 |
2019-03-13 | target/riscv: make ADD/SUB/OR/XOR/AND insn use arg lists | Bastian Koppelmann | 3 | -30/+34 |
2019-03-13 | target/riscv: Move gen_arith_imm() decoding into trans_* functions | Bastian Koppelmann | 3 | -100/+108 |
2019-03-13 | target/riscv: Remove manual decoding from gen_store() | Bastian Koppelmann | 2 | -11/+24 |
2019-03-13 | target/riscv: Remove manual decoding from gen_load() | Bastian Koppelmann | 2 | -16/+25 |
2019-03-13 | target/riscv: Remove manual decoding from gen_branch() | Bastian Koppelmann | 2 | -60/+33 |
2019-03-13 | target/riscv: Remove gen_jalr() | Bastian Koppelmann | 2 | -39/+27 |
2019-03-13 | target/riscv: Convert quadrant 2 of RVXC insns to decodetree | Bastian Koppelmann | 3 | -81/+134 |
2019-03-13 | target/riscv: Convert quadrant 1 of RVXC insns to decodetree | Bastian Koppelmann | 3 | -117/+195 |
2019-03-13 | target/riscv: Convert quadrant 0 of RVXC insns to decodetree | Bastian Koppelmann | 4 | -38/+154 |
2019-03-13 | target/riscv: Convert RV priv insns to decodetree | Bastian Koppelmann | 3 | -56/+126 |
2019-03-13 | target/riscv: Convert RV64D insns to decodetree | Bastian Koppelmann | 3 | -600/+91 |
2019-03-13 | target/riscv: Convert RV32D insns to decodetree | Bastian Koppelmann | 3 | -0/+389 |
2019-03-13 | target/riscv: Convert RV64F insns to decodetree | Bastian Koppelmann | 2 | -0/+66 |
2019-03-13 | target/riscv: Convert RV32F insns to decodetree | Bastian Koppelmann | 3 | -0/+415 |
2019-03-13 | target/riscv: Convert RV64A insns to decodetree | Bastian Koppelmann | 3 | -144/+71 |
2019-03-13 | target/riscv: Convert RV32A insns to decodetree | Bastian Koppelmann | 3 | -0/+178 |