Age | Commit message (Expand) | Author | Files | Lines |
2019-03-11 | qdev: Fix latent bug with compat_props and onboard devices | Markus Armbruster | 1 | -11/+37 |
2019-03-11 | pflash: Clean up after commit 368a354f02b, part 2 | Markus Armbruster | 22 | -50/+33 |
2019-03-11 | pflash: Clean up after commit 368a354f02b, part 1 | Markus Armbruster | 22 | -31/+29 |
2019-03-11 | mips_malta: Clean up definition of flash memory size somewhat | Markus Armbruster | 1 | -1/+1 |
2019-03-11 | hw/mips/malta: Restrict 'bios_size' variable scope | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-03-11 | hw/mips/malta: Remove fl_sectors variable | Philippe Mathieu-Daudé | 1 | -2/+1 |
2019-03-11 | mips_malta: Delete disabled, broken DEBUG_BOARD_INIT code | Markus Armbruster | 1 | -10/+0 |
2019-03-11 | r2d: Fix flash memory size, sector size, width, device ID | Markus Armbruster | 1 | -4/+12 |
2019-03-11 | ppc405_boards: Don't size flash memory to match backing image | Markus Armbruster | 1 | -24/+12 |
2019-03-11 | ppc405_boards: Delete stale, disabled DEBUG_BOARD_INIT code | Markus Armbruster | 1 | -60/+0 |
2019-03-11 | sam460ex: Don't size flash memory to match backing image | Markus Armbruster | 1 | -15/+26 |
2019-03-11 | hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2} | Markus Armbruster | 5 | -11/+6 |
2019-03-11 | pflash: Rename *CFI_PFLASH* to *PFLASH_CFI* | Markus Armbruster | 2 | -13/+13 |
2019-03-11 | pflash_cfi01: Log use of flawed "write to buffer" | Markus Armbruster | 1 | -0/+13 |
2019-03-11 | pflash_cfi01: Do not exit() on guest aborting "write to buffer" | Markus Armbruster | 1 | -8/+5 |
2019-03-11 | pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02 | Markus Armbruster | 6 | -89/+95 |
2019-03-11 | vfio/display: delay link up event | Gerd Hoffmann | 1 | -5/+25 |
2019-03-11 | vfio/display: add xres + yres properties | Gerd Hoffmann | 3 | -2/+24 |
2019-03-11 | vfio/display: add edid support. | Gerd Hoffmann | 2 | -0/+148 |
2019-03-11 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 9 | -95/+154 |
2019-03-11 | hw/nvram/fw_cfg: Use the ldst API | Philippe Mathieu-Daudé | 1 | -2/+2 |
2019-03-11 | hw/arm/virt: Remove null-check in virt_build_smbios() | Philippe Mathieu-Daudé | 1 | -4/+0 |
2019-03-11 | hw/i386: Remove unused include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-03-11 | hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_size | Philippe Mathieu-Daudé | 1 | -3/+2 |
2019-03-11 | lsi: 810/895A are always little endian | Sven Schnelle | 1 | -4/+3 |
2019-03-11 | lsi: return dfifo value | Sven Schnelle | 1 | -1/+1 |
2019-03-11 | lsi: use SCSI phase names instead of numbers in trace | Sven Schnelle | 2 | -11/+26 |
2019-03-11 | lsi: use enum type for s->msg_action | Sven Schnelle | 1 | -11/+16 |
2019-03-11 | lsi: use enum type for s->waiting | Sven Schnelle | 1 | -19/+23 |
2019-03-11 | lsi: use ldn_le_p()/stn_le_p() | Sven Schnelle | 1 | -20/+4 |
2019-03-11 | scsi-disk: Fix crash if request is invaild or disk is no medium | Zhengui Li | 1 | -13/+24 |
2019-03-11 | update copyright notice | David Kiarie | 2 | -2/+2 |
2019-03-11 | lsi: check if SIGP bit is already set in Wait reselect | Sven Schnelle | 1 | -2/+4 |
2019-03-11 | lsi: implement basic SBCL functionality | Sven Schnelle | 1 | -4/+27 |
2019-03-11 | virtio-scsi: Fix build with gcc 9 | Greg Kurz | 1 | -1/+7 |
2019-03-11 | i386: extended the cpuid_level when Intel PT is enabled | Luwei Kang | 1 | -0/+1 |
2019-03-11 | hw/i386/pc: run the multiboot loader before the PVH loader | Stefano Garzarella | 1 | -6/+11 |
2019-03-11 | riscv/Kconfig: enable PCI_DEVICES | David Abdurachmanov | 1 | -0/+3 |
2019-03-11 | vfio-pci: enable by default | Paolo Bonzini | 1 | -1/+2 |
2019-03-11 | machine: Move nvdimms state into struct MachineState | Eric Auger | 5 | -59/+77 |
2019-03-11 | nvdimm: Rename AcpiNVDIMMState into NVDIMMState | Eric Auger | 2 | -10/+10 |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 15 | -36/+36 |
2019-03-11 | mips_fulong2e: Add on-board graphics chip | BALATON Zoltan | 1 | -0/+7 |
2019-03-11 | hw/display: Add basic ATI VGA emulation | BALATON Zoltan | 8 | -0/+1860 |
2019-03-11 | virtio-gpu: make virtio_gpu_reset static | Gerd Hoffmann | 1 | -1/+1 |
2019-03-11 | virtio-vga: fix reset. | Gerd Hoffmann | 1 | -2/+15 |
2019-03-11 | virtio: add class_size to VirtioPCIDeviceTypeInfo | Gerd Hoffmann | 2 | -0/+2 |
2019-03-09 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -7/+9 |
2019-03-08 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0... | Peter Maydell | 23 | -23/+0 |
2019-03-07 | hw: Remove unused 'hw/devices.h' include | Philippe Mathieu-Daudé | 23 | -23/+0 |