summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cpu: Directly use get_memory_mapping() fallback handlers in placePhilippe Mathieu-Daudé2021-05-272-16/+13Star
| * | | | cpu: Directly use get_paging_enabled() fallback handlers in placePhilippe Mathieu-Daudé2021-05-272-13/+11Star
| * | | | cpu: Directly use cpu_write_elf*() fallback handlers in placePhilippe Mathieu-Daudé2021-05-272-63/+44Star
| * | | | cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé2021-05-273-9/+11
| * | | | cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé2021-05-271-0/+32
| * | | | cpu: Split as cpu-common / cpu-sysemuPhilippe Mathieu-Daudé2021-05-273-18/+36
| * | | | cpu: Remove duplicated 'sysemu/hw_accel.h' headerPhilippe Mathieu-Daudé2021-05-271-1/+0Star
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-05-265-7/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | hw/scsi: Fix sector translation bug in scsi_unmap_complete_noioKit Westneat2021-05-261-5/+7
| * | | hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé2021-05-264-2/+3
| |/ /
* | | hw/input/ps2: Use ps2_raise_irq() instead of open coding itPhilippe Mathieu-Daudé2021-05-261-4/+4
* | | pckbd: clear outport_present in outer pre_load()Volker Rümelin2021-05-261-2/+1Star
* | | pckbd: remove duplicated keyboard and mouse definesVolker Rümelin2021-05-261-37/+0Star
* | | pckbd: correctly disable PS/2 communicationVolker Rümelin2021-05-261-4/+47
* | | pckbd: add function kbd_pending()Volker Rümelin2021-05-261-7/+14
* | | pckbd: add controller response queueVolker Rümelin2021-05-261-7/+35
* | | pckbd: add state variable for interrupt sourceVolker Rümelin2021-05-261-5/+28
* | | pckbd: PS/2 keyboard throttleVolker Rümelin2021-05-261-0/+61
* | | pckbd: don't update OBF flags if KBD_STAT_OBF is setVolker Rümelin2021-05-262-20/+84
* | | pckbd: split out interrupt line changing codeVolker Rümelin2021-05-261-10/+22
* | | ps2: don't deassert irq twice if queue is emptyVolker Rümelin2021-05-261-1/+3
* | | ps2: don't raise an interrupt if queue is fullVolker Rümelin2021-05-261-0/+4
* | | ps2: fix mouse stream corruptionVolker Rümelin2021-05-261-1/+2
* | | hw/input: expand trace info reported for ps2 deviceDaniel P. Berrangé2021-05-262-2/+3
|/ /
* | hw/arm: Model TCMs in the SSE-300, not the AN547Peter Maydell2021-05-252-12/+19
* | hw/arm/mps2-tz: Allow board to specify a boot RAM sizePeter Maydell2021-05-251-0/+13
* | hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARDPeter Maydell2021-05-251-4/+4
* | hw/arm/armsse.c: Correct modelling of SSE-300 internal SRAMsPeter Maydell2021-05-251-2/+6
* | hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specificPeter Maydell2021-05-251-0/+6
* | hw/arm/mps2-tz: Don't duplicate modelling of SRAM in AN524Peter Maydell2021-05-251-7/+1Star
* | hw/intc/arm_gicv3_cpuif: Fix EOIR write access check logicPeter Maydell2021-05-251-16/+32
* | hw/arm/smmuv3: Another range invalidation fixEric Auger2021-05-251-24/+26
* | multi-process: Initialize variables declared with g_auto*Zenghui Yu2021-05-212-5/+3Star
* | vfio-ccw: Attempt to clean up all IRQs on errorEric Farman2021-05-201-3/+5
* | hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parentPhilippe Mathieu-Daudé2021-05-205-4/+2Star
* | vfio-ccw: Permit missing IRQsEric Farman2021-05-201-5/+7
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-up...Peter Maydell2021-05-203-0/+91
|\ \
| * | hw/tricore: Add testdevice for tests in tests/tcg/Bastian Koppelmann2021-05-183-0/+91
* | | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210519' in...Peter Maydell2021-05-196-600/+746
|\ \ \
| * | | hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)2021-05-193-12/+6Star
| * | | target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)2021-05-191-0/+59
| * | | hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)2021-05-193-576/+662
| * | | hw/ppc/spapr.c: Make sure the host supports the selected MMU modeFabiano Rosas2021-05-191-0/+1
| * | | hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas2021-05-192-12/+18
* | | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-05-193-55/+40Star
|\ \ \ \ | |/ / / |/| | |
| * | | vhost-user-blk: Check that num-queues is supported by backendKevin Wolf2021-05-182-0/+6
| * | | virtio: Fail if iommu_platform is requested, but unsupportedKevin Wolf2021-05-181-0/+5
| * | | vhost-user-blk: Get more feature flags from vhost deviceKevin Wolf2021-05-181-0/+2
| * | | vhost-user-blk: Improve error reporting in realizeKevin Wolf2021-05-181-12/+11Star
| * | | vhost-user-blk: Don't reconnect during initialisationKevin Wolf2021-05-181-42/+17Star