]> git.proxmox.com Git - mirror_qemu.git/history - hw
hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCs
[mirror_qemu.git] / hw /
2020-10-27 Philippe Mathieu... hw/arm/bcm2836: Only provide "enabled-cpus" property...
2020-10-27 Philippe Mathieu... hw/arm/bcm2836: Introduce BCM283XClass::core_count
2020-10-27 Philippe Mathieu... hw/arm/bcm2836: QOM'ify more by adding class_init(...
2020-10-27 Philippe Mathieu... hw/arm/bcm2836: Restrict BCM283XInfo declaration to...
2020-10-27 Zenghui Yuhw/arm/smmuv3: Set the restoration priority of the...
2020-10-27 Havard Skinnemoenhw/gpio: Add GPIO model for Nuvoton NPCM7xx
2020-10-27 Havard Skinnemoenhw/arm/npcm7xx: Add EHCI and OHCI controllers
2020-10-27 Havard Skinnemoenhw/misc: Add npcm7xx random number generator
2020-10-27 Hao Wuhw/timer: Adding watchdog for NPCM7XX Timer.
2020-10-27 Havard SkinnemoenMove npcm7xx_timer_reached_zero call out of npcm7xx_tim...
2020-10-27 Pavel Dovgalyukhw/arm: fix min_cpus for xlnx-versal-virt platform
2020-10-27 Thomas Huthhw/arm/highbank: Silence warnings about missing fallthr...
2020-10-26 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2020-10-26 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2020-10-26 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2020-10-26 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2020-10-26 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2020-10-26 Peter MaydellMerge remote-tracking branch 'remotes/alistair/tags...
2020-10-26 Paolo Bonzinimachine: move SMP initialization from vl.c
2020-10-26 Paolo Bonzinimachine: move UP defaults to class_base_init
2020-10-26 Paolo Bonzinimachine: remove deprecated -machine enforce-config...
2020-10-26 Peter MaydellMerge remote-tracking branch 'remotes/stefanha-gitlab...
2020-10-26 Bin Menghw/sd/sdcard: Zero out function selection fields before...
2020-10-25 Philippe Mathieu... hw/sd/sdcard: Make iolen unsigned
2020-10-25 Philippe Mathieu... hw/sd/sdcard: Constify sd_crc*()'s message argument
2020-10-25 Philippe Mathieu... hw/sd/sdcard: Simplify cmd_valid_while_locked()
2020-10-25 Philippe Mathieu... hw/sd/sdcard: Update the SDState documentation
2020-10-23 Coiby Xublock: move logical block size check function to a...
2020-10-22 Green Wanhw/misc/sifive_u_otp: Add backend drive support
2020-10-22 Green Wanhw/misc/sifive_u_otp: Add write function and write...
2020-10-22 Alistair Francishw/riscv: Load the kernel after the firmware
2020-10-22 Alistair Francishw/riscv: Add a riscv_is_32_bit() function
2020-10-22 Alistair Francishw/riscv: Return the end address of the loaded firmware
2020-10-22 Alistair Francishw/riscv: sifive_u: Allow specifying the CPU
2020-10-22 Bin Menghw/intc: Move sifive_plic.h to the include directory
2020-10-22 Luc Michelhw/core/qdev-clock: add a reference on aliased clocks
2020-10-22 Janosch Franks390x: pv: Remove sclp boundary checks
2020-10-22 Matthew Rosatos390x/s390-virtio-ccw: Reset PCI devices during subsyst...
2020-10-22 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/modul...
2020-10-22 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2020-10-21 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/micro...
2020-10-21 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-10-21 Philippe Mathieu... hw/sd/sdcard: Assert if accessing an illegal group
2020-10-21 Philippe Mathieu... hw/sd/sdcard: Do not attempt to erase out of range...
2020-10-21 Philippe Mathieu... hw/sd/sdcard: Reset both start/end addresses on error
2020-10-21 Philippe Mathieu... hw/sd/sdcard: Do not use legal address '0' for INVALID_...
2020-10-21 Philippe Mathieu... hw/sd/sdcard: Introduce the INVALID_ADDRESS definition
2020-10-21 Philippe Mathieu... hw/sd/sdcard: Add trace event for ERASE command (CMD38)
2020-10-21 Philippe Mathieu... hw/sd/sdhci: Yield if interrupt delivered during multip...
2020-10-21 Philippe Mathieu... hw/sd/sdhci: Let sdhci_update_irq() return if IRQ was...
2020-10-21 Philippe Mathieu... hw/sd/sdhci: Resume pending DMA transfers on MMIO accesses
2020-10-21 Philippe Mathieu... hw/sd/sdhci: Stop multiple transfers when block count...
2020-10-21 Philippe Mathieu... hw/sd/sdhci: Fix DMA Transfer Block Size field
2020-10-21 Philippe Mathieu... hw/sd/sdhci: Document the datasheet used
2020-10-21 Philippe Mathieu... hw/sd/sdhci: Fix qemu_log_mask() format string
2020-10-21 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2020-10-21 Gerd Hoffmannmicrovm: add usb support
2020-10-21 Gerd Hoffmannusb/xhci: fixup xhci kconfig deps
2020-10-21 Gerd Hoffmannusb/xhci: add xhci_sysbus_build_aml() helper
2020-10-21 Gerd Hoffmannusb/xhci: add include/hw/usb/xhci.h header file
2020-10-21 Gerd Hoffmannacpi: add aml builder stubs
2020-10-21 Gerd Hoffmannapci: drop has_pci arg for acpi_build_madt
2020-10-21 Gerd Hoffmannmicrovm: set pci_irq_mask
2020-10-21 Gerd Hoffmannx86: make pci irqs runtime configurable
2020-10-21 Philippe Mathieu... qapi: Restrict Xen migration commands to migration...
2020-10-20 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2020-10-20 Philippe Mathieu... hw/arm/nseries: Fix loading kernel image on n8x0 machines
2020-10-20 Peng Liangmicrobit_i2c: Fix coredump when dump-vmstate
2020-10-20 Philippe Mathieu... hw/intc/bcm2836_control: Use IRQ definitions instead...
2020-10-20 Philippe Mathieu... hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlers
2020-10-20 Philippe Mathieu... hw/arm/bcm2835_peripherals: Correctly wire the SYS_time...
2020-10-20 Philippe Mathieu... hw/timer/bcm2835: Support the timer COMPARE registers
2020-10-20 Philippe Mathieu... hw/timer/bcm2835: Rename variable holding CTRL_STATUS...
2020-10-20 Philippe Mathieu... hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT...
2020-10-20 Philippe Mathieu... hw/arm: Restrict APEI tables generation to the 'virt...
2020-10-20 Philippe Mathieu... hw/arm/strongarm: Fix 'time to transmit a char' unit...
2020-10-20 Peter MaydellMerge remote-tracking branch 'remotes/aperard/tags...
2020-10-19 Jason Andryukhw/xen: Set suppress-vmdesc for Xen machines
2020-10-19 Paul Durrantxen-bus: reduce scope of backend watch
2020-10-19 Michael Tokarevxen: xenguest is not used so is not needed
2020-10-19 Peter MaydellMerge remote-tracking branch 'remotes/cschoenebeck...
2020-10-19 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2020-10-19 Christian Schoenebeck9pfs: suppress performance warnings on qtest runs
2020-10-19 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2020-10-19 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2020-10-19 Mauro Matteo Cascellahw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()
2020-10-19 Anthony PERARDusb/hcd-ehci: Fix error handling on missing device...
2020-10-19 Paul Zimmermanusb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GU...
2020-10-19 BALATON Zoltanmac_oldworld: Change PCI address of macio to match...
2020-10-19 BALATON Zoltanmac_oldworld: Drop some variables
2020-10-19 BALATON Zoltanmac_oldworld: Drop a variable, use get_system_memory...
2020-10-19 BALATON Zoltanmac_newworld: Allow loading binary ROM image
2020-10-19 BALATON Zoltanmac_oldworld: Allow loading binary ROM image
2020-10-18 Mark Cave-Aylandm48t59: remove legacy m48t59_init() function
2020-10-18 Mark Cave-Aylandppc405_boards: use qdev properties instead of legacy...
2020-10-18 Mark Cave-Aylandsun4u: use qdev properties instead of legacy m48t59_ini...
2020-10-18 Mark Cave-Aylandsun4m: use qdev properties instead of legacy m48t59_ini...
2020-10-18 Mark Cave-Aylandm48t59-isa: remove legacy m48t59_init_isa() function
2020-10-18 Mark Cave-Aylanduninorth: use qdev gpios for PCI IRQs
2020-10-18 Mark Cave-Aylandgrackle: use qdev gpios for PCI IRQs
next