index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...
Peter Maydell
2022-01-29
1
-1
/
+0
|
\
|
*
Remove unnecessary minimum_version_id_old fields
Peter Maydell
2022-01-28
1
-1
/
+0
*
|
hw/misc: Add a model of Versal's PMC SLCR
Francisco Iglesias
2022-01-28
2
-1
/
+1450
*
|
rtc: Move RTC function prototypes to their own header
Peter Maydell
2022-01-28
3
-3
/
+3
|
/
*
hw/misc/aspeed_i3c.c: Introduce a dummy AST2600 I3C model.
Troy Lee
2022-01-20
3
-0
/
+391
*
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-30
2
-5
/
+8
*
Merge tag 'pull-ppc-20211217' of https://github.com/legoater/qemu into staging
Richard Henderson
2021-12-17
1
-1
/
+1
|
\
|
*
ivshmem.c: change endianness to LITTLE_ENDIAN
Daniel Henrique Barboza
2021-12-17
1
-1
/
+1
*
|
hw: Replace trivial drive_get_next() by drive_get()
Markus Armbruster
2021-12-15
1
-2
/
+2
|
/
*
hw/misc/sifive_u_otp: Do not reset OTP content on hardware reset
Philippe Mathieu-Daudé
2021-11-22
1
-8
/
+5
*
hw/misc/sifive_u_otp: Use IF_PFLASH for the OTP device instead of IF_NONE
Thomas Huth
2021-11-22
1
-1
/
+8
*
pmu: fix pmu vmstate subsection list
Laurent Vivier
2021-11-17
1
-0
/
+1
*
hw/m68k: Fix typo in SPDX tag
Philippe Mathieu-Daudé
2021-11-09
1
-1
/
+1
*
hw/misc: deprecate the 'sga' device
Daniel P. Berrangé
2021-11-02
1
-0
/
+2
*
mac_via: add GPIO for A/UX mode
Mark Cave-Ayland
2021-10-20
2
-0
/
+20
*
mac_via: update comment for VIA1B_vMystery bit
Mark Cave-Ayland
2021-10-20
1
-0
/
+4
*
Revert "hw/misc: applesmc: use host osk as default on macs"
Paolo Bonzini
2021-10-13
1
-191
/
+1
*
hw/misc: applesmc: use host osk as default on macs
Pedro Tôrres
2021-10-05
1
-1
/
+191
*
qbus: Rename qbus_create() to qbus_new()
Peter Maydell
2021-09-30
1
-1
/
+1
*
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-30
4
-8
/
+8
*
hw/arm/aspeed: Initialize AST2600 UART clock selection registers
Peter Delevoryas
2021-09-20
1
-0
/
+4
*
aspeed: Emulate the AST2600A3
Joel Stanley
2021-09-20
1
-7
/
+29
*
misc/pca9552: Fix LED status register indexing in pca955x_get_led()
Andrew Jeffery
2021-09-20
1
-1
/
+1
*
hw/misc: zynq_slcr: Correctly compute output clocks in the reset exit phase
Bin Meng
2021-09-13
1
-13
/
+18
*
mac_via: add qdev gpios for nubus slot interrupts to VIA2
Mark Cave-Ayland
2021-09-08
1
-0
/
+23
*
mac_via: remove explicit viaN prefix from VIA IRQ gpios
Mark Cave-Ayland
2021-09-08
1
-6
/
+3
*
mac_via: remove mac_via device
Mark Cave-Ayland
2021-09-08
1
-65
/
+13
*
mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_...
Mark Cave-Ayland
2021-09-08
1
-42
/
+44
*
mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()
Mark Cave-Ayland
2021-09-08
1
-14
/
+8
*
mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescription
Mark Cave-Ayland
2021-09-08
1
-15
/
+5
*
mac_via: move ADB variables to MOS6522Q800VIA1State
Mark Cave-Ayland
2021-09-08
1
-86
/
+83
*
mac_via: move PRAM/RTC variables to MOS6522Q800VIA1State
Mark Cave-Ayland
2021-09-08
1
-68
/
+67
*
mac_via: move PRAM contents and block backend to MOS6522Q800VIA1State
Mark Cave-Ayland
2021-09-08
1
-29
/
+30
*
mac_via: move last_b variable into q800 VIA1 VMStateDescription
Mark Cave-Ayland
2021-09-08
1
-1
/
+1
*
mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2
Mark Cave-Ayland
2021-09-08
1
-4
/
+24
*
arm: Move M-profile RAS register block into its own device
Peter Maydell
2021-09-01
2
-0
/
+95
*
Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into staging
Peter Maydell
2021-07-11
9
-1678
/
+52
|
\
|
*
hw/i2c: Introduce i2c_start_recv() and i2c_start_send()
Philippe Mathieu-Daudé
2021-07-08
1
-6
/
+6
|
*
hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()
Philippe Mathieu-Daudé
2021-07-08
1
-24
/
+11
|
*
hw/misc/auxbus: Replace 'is_write' boolean by its value
Philippe Mathieu-Daudé
2021-07-08
1
-17
/
+11
|
*
hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT cases
Philippe Mathieu-Daudé
2021-07-08
1
-0
/
+53
|
*
hw/misc/auxbus: Fix MOT/classic I2C mode
Philippe Mathieu-Daudé
2021-07-08
1
-3
/
+3
|
*
sensor: Move hardware sensors from misc to a sensor directory
Corey Minyard
2021-06-17
6
-1115
/
+0
|
*
adc: Move the max111x driver to the adc directory
Corey Minyard
2021-06-17
3
-240
/
+0
|
*
adc: Move the zynq-xadc file to the adc directories
Corey Minyard
2021-06-17
2
-306
/
+1
*
|
hw/arm: Add basic power management to raspi.
Nolan Leake
2021-07-02
2
-0
/
+161
*
|
softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
David Hildenbrand
2021-06-15
1
-3
/
+2
|
/
*
arm: Consistently use "Cortex-Axx", not "Cortex Axx"
Peter Maydell
2021-06-03
1
-1
/
+1
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
2
-2
/
+2
*
Drop the deprecated unicore32 target
Markus Armbruster
2021-05-12
2
-162
/
+0
[next]