summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland2020-10-183-4/+12
| |/
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...Peter Maydell2020-10-199-66/+136
|\ \ | |/ |/|
| * hw/mips: Remove exit(1) in case of missing ROMPavel Dovgalyuk2020-10-174-24/+13Star
| * hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTONEduardo Habkost2020-10-171-4/+4
| * hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)Philippe Mathieu-Daudé2020-10-174-9/+6Star
| * hw/mips: Simplify loading 64-bit ELF kernelsPhilippe Mathieu-Daudé2020-10-172-10/+2Star
| * hw/mips/malta: Use clearer qdev stylePhilippe Mathieu-Daudé2020-10-171-4/+4
| * hw/mips/malta: Move gt64120 related code togetherPhilippe Mathieu-Daudé2020-10-171-7/+6Star
| * hw/mips/malta: Fix FPGA I/O region sizePhilippe Mathieu-Daudé2020-10-171-1/+1
| * hw/mips/cps: Do not allow use without input clockPhilippe Mathieu-Daudé2020-10-171-0/+5
| * hw/mips/malta: Set CPU frequency to 320 MHzPhilippe Mathieu-Daudé2020-10-171-3/+16
| * hw/mips/boston: Set CPU frequency to 1 GHzPhilippe Mathieu-Daudé2020-10-171-0/+13
| * hw/mips/cps: Expose input clock and connect it to CPU coresPhilippe Mathieu-Daudé2020-10-171-0/+4
| * hw/mips/jazz: Correct CPU frequenciesPhilippe Mathieu-Daudé2020-10-171-1/+14
| * hw/mips/mipssim: Correct CPU frequencyPhilippe Mathieu-Daudé2020-10-171-1/+10
| * hw/mips/fuloong2e: Set CPU frequency to 533 MHzPhilippe Mathieu-Daudé2020-10-171-1/+6
| * hw/mips/r4k: Explicit CPU frequency is 200 MHzPhilippe Mathieu-Daudé2020-10-171-1/+6
| * hw/core/clock: Add the clock_new helper functionLuc Michel2020-10-161-0/+15
| * hw/qdev-clock: Display error hint when clock is missing from devicePhilippe Mathieu-Daudé2020-10-161-0/+11
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2020-10-166-25/+31
|\ \ | |/ |/|
| * cpu: Introduce CPU model deprecation APIRobert Hoo2020-10-141-2/+10
| * i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost2020-10-143-3/+3
| * i386/kvm: Remove IRQ routing support checksEduardo Habkost2020-10-142-20/+18Star
* | vga-pci: Register "big-endian-framebuffer" as class propertyEduardo Habkost2020-10-131-8/+4Star
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-10-136-12/+6Star
|\
| * goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIANLaurent Vivier2020-10-131-1/+1
| * hw/char/serial: remove duplicate .class_init in serial_mm_infoLaurent Vivier2020-10-131-1/+0Star
| * hw/pci: Fix typo in PCI hot-plug error messageJulia Suvorova2020-10-132-2/+2
| * hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()Greg Kurz2020-10-131-2/+2
| * hw/block/nvme: Simplify timestamp sumPhilippe Mathieu-Daudé2020-10-131-6/+1Star
* | scsi/scsi_bus: fix races in REPORT LUNSMaxim Levitsky2020-10-121-35/+33Star
* | virtio-scsi: use scsi_device_getMaxim Levitsky2020-10-121-8/+13
* | scsi/scsi_bus: Add scsi_device_getMaxim Levitsky2020-10-121-0/+11
* | scsi/scsi-bus: scsi_device_find: don't return unrealized devicesPaolo Bonzini2020-10-121-30/+53
* | device-core: use atomic_set on .realized propertyMaxim Levitsky2020-10-121-1/+18
* | scsi: switch to bus->check_addressPaolo Bonzini2020-10-121-47/+75
* | device-core: use RCU for list of children of a busMaxim Levitsky2020-10-124-29/+54
* | scsi/scsi_bus: switch search direction in scsi_device_findMaxim Levitsky2020-10-121-2/+10
* | qdev: add "check if address free" callback for busesPaolo Bonzini2020-10-123-4/+18
* | hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACEPhilippe Mathieu-Daudé2020-10-123-7/+26
* | hw/core: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-6/+0Star
|/
* hw/ide: restore replay support of IDEAlex Bennée2020-10-091-2/+2
* hw/misc/mips_cpc: Start vCPU when powered onPhilippe Mathieu-Daudé2020-10-091-0/+1
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into...Peter Maydell2020-10-0910-99/+259
|\
| * spapr_numa: consider user input when defining associativityDaniel Henrique Barboza2020-10-091-1/+109
| * spapr_numa: change reference-points and maxdomain settingsDaniel Henrique Barboza2020-10-091-8/+35
| * spapr_numa: forbid asymmetrical NUMA setupsDaniel Henrique Barboza2020-10-091-0/+34
| * spapr: add spapr_machine_using_legacy_numa() helperDaniel Henrique Barboza2020-10-091-0/+12
| * ppc/pnv: Increase max firmware sizeCédric Le Goater2020-10-091-1/+1
| * spapr: Add a return value to spapr_check_pagesize()Greg Kurz2020-10-092-5/+6