Age | Commit message (Expand) | Author | Files | Lines |
2018-08-24 | Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180822' into ... | Peter Maydell | 1 | -11/+0 |
2018-08-24 | hw/display/bcm2835_fb: Validate config settings | Peter Maydell | 1 | -27/+27 |
2018-08-24 | hw/display/bcm2835_fb: Fix handling of virtual framebuffer | Peter Maydell | 1 | -6/+15 |
2018-08-24 | hw/display/bcm2835_fb: Abstract out calculation of pitch, size | Peter Maydell | 1 | -2/+2 |
2018-08-24 | hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfig | Peter Maydell | 1 | -47/+33 |
2018-08-24 | hw/misc/bcm2835_fb: Move config fields to their own struct | Peter Maydell | 1 | -13/+15 |
2018-08-24 | hw/misc/iotkit-secctl: Wire up registers for controlling MSCs | Peter Maydell | 1 | -8/+65 |
2018-08-24 | hw/misc/tz-msc: Model TrustZone Master Security Controller | Peter Maydell | 3 | -0/+318 |
2018-08-24 | hw/misc/iotkit-sysinfo: Implement IoTKit system information block | Peter Maydell | 2 | -0/+129 |
2018-08-24 | hw/misc/iotkit-sysctl: Implement IoTKit system control element | Peter Maydell | 3 | -0/+269 |
2018-08-24 | hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTER | Peter Maydell | 1 | -4/+93 |
2018-08-24 | hw/misc/mps2-fpgaio: Implement 1Hz and 100Hz counters | Peter Maydell | 1 | -1/+52 |
2018-08-23 | fw_cfg: import & use linux/qemu_fw_cfg.h | Marc-André Lureau | 1 | -3/+3 |
2018-08-21 | check: Only test pvpanic when it is compiled in | Juan Quintela | 1 | -11/+0 |
2018-08-20 | hw/misc: Remove mmio_interface device | Peter Maydell | 2 | -136/+0 |
2018-08-16 | aspeed: add a max_ram_size property to the memory controller | Cédric Le Goater | 1 | -0/+3 |
2018-08-16 | aspeed_sdmc: Handle ECC training | Joel Stanley | 1 | -0/+9 |
2018-08-16 | aspeed_sdmc: Init status always idle | Joel Stanley | 1 | -0/+15 |
2018-08-16 | aspeed_sdmc: Set 'cache initial sequence' always true | Joel Stanley | 1 | -0/+1 |
2018-08-16 | aspeed_sdmc: Fix saved values | Joel Stanley | 1 | -19/+8 |
2018-08-16 | i.MX6UL: Add i.MX6UL specific CCM device | Jean-Christophe Dubois | 3 | -0/+894 |
2018-08-01 | hw/misc/macio: Fix device introspection problems in macio devices | Thomas Huth | 3 | -22/+12 |
2018-07-30 | hw/misc/tz-mpc: Zero the LUT on initialization, not just reset | Peter Maydell | 1 | -1/+1 |
2018-07-17 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -8/+8 |
2018-07-17 | hw/display/xlnx_dp: Move problematic code from instance_init to realize | Paolo Bonzini | 1 | -6/+12 |
2018-07-16 | aspeed: Implement write-1-{set, clear} for AST2500 strapping | Andrew Jeffery | 1 | -2/+17 |
2018-07-16 | hyperv: rename vcpu_id to vp_index | Roman Kagan | 1 | -8/+8 |
2018-07-03 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into... | Peter Maydell | 1 | -10/+11 |
2018-07-03 | mac_dbdma: only dump commands for debug enabled channels | Mark Cave-Ayland | 1 | -10/+11 |
2018-07-02 | hw/mips: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -1/+2 |
2018-07-02 | hw/misc: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 2 | -2/+4 |
2018-07-02 | hw/ivshmem: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -1/+2 |
2018-06-28 | hostmem: drop error variable from host_memory_backend_get_memory() | David Hildenbrand | 1 | -2/+1 |
2018-06-26 | aspeed/scu: introduce clock frequencies | Cédric Le Goater | 1 | -0/+106 |
2018-06-22 | hw/misc/iotkit-secctl.c: Implement SECMPCINTSTATUS | Peter Maydell | 1 | -2/+36 |
2018-06-22 | hw/misc/tz_mpc.c: Honour the BLK_LUT settings in translate | Peter Maydell | 2 | -2/+52 |
2018-06-22 | hw/misc/tz-mpc.c: Implement correct blocked-access behaviour | Peter Maydell | 1 | -2/+48 |
2018-06-22 | hw/misc/tz-mpc.c: Implement registers | Peter Maydell | 1 | -3/+137 |
2018-06-22 | hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection Controller | Peter Maydell | 3 | -0/+407 |
2018-06-16 | mos6522: expose mos6522_update_irq() through MOS6522DeviceClass | Mark Cave-Ayland | 1 | -0/+1 |
2018-06-16 | mos6522: remove additional interrupt flag filter from mos6522_update_irq() | Mark Cave-Ayland | 1 | -1/+1 |
2018-06-16 | mos6522: only clear the shift register interrupt upon write | Mark Cave-Ayland | 1 | -1/+1 |
2018-06-16 | mac_newworld: add PMU device | Mark Cave-Ayland | 4 | -19/+943 |
2018-06-16 | mac_newworld: wire up programmer switch to NMI handler | Mark Cave-Ayland | 1 | -0/+13 |
2018-06-16 | mac_newworld: add gpios to macio devices with PMU enabled | Mark Cave-Ayland | 4 | -0/+239 |
2018-06-16 | mac_newworld: add via machine option to control mac99 VIA/ADB configuration | Mark Cave-Ayland | 1 | -0/+7 |
2018-06-15 | aspeed_scu: Implement RNG register | Joel Stanley | 1 | -0/+20 |
2018-06-12 | mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTR | Mark Cave-Ayland | 1 | -8/+1 |
2018-06-12 | mos6522: move timer frequency initialisation to mos6522_reset | Mark Cave-Ayland | 2 | -13/+6 |
2018-06-12 | cuda: embed mos6522_cuda device directly rather than using QOM object link | Mark Cave-Ayland | 2 | -27/+19 |