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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/arm/smmuv3: Let AIDR advertise SMMUv3.0 support
Eric Auger
2020-08-24
2
-0
/
+4
*
hw/arm/smmuv3: Fix IIDR offset
Eric Auger
2020-08-24
1
-1
/
+1
*
hw/arm/smmuv3: Get prepared for range invalidation
Eric Auger
2020-08-24
4
-30
/
+67
*
hw/arm/smmuv3: Introduce smmuv3_s1_range_inval() helper
Eric Auger
2020-08-24
2
-21
/
+18
*
hw/arm/smmu-common: Manage IOTLB block entries
Eric Auger
2020-08-24
4
-22
/
+60
*
hw/arm/smmu: Introduce SMMUTLBEntry for PTW and IOTLB value
Eric Auger
2020-08-24
2
-20
/
+22
*
hw/arm/smmu: Introduce smmu_get_iotlb_key()
Eric Auger
2020-08-24
2
-30
/
+37
*
hw/arm/smmu-common: Add IOTLB helpers
Eric Auger
2020-08-24
3
-26
/
+41
*
hw/arm/smmu-common: Factorize some code in smmu_ptw_64()
Eric Auger
2020-08-24
1
-31
/
+17
*
hw/cpu/a9mpcore: Verify the machine use Cortex-A9 cores
Philippe Mathieu-Daudé
2020-08-24
1
-1
/
+11
*
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
2020-08-23
4
-11
/
+64
|
\
|
*
hw/intc: ibex_plic: Honour source priorities
Alistair Francis
2020-08-22
1
-5
/
+10
|
*
hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines
Alistair Francis
2020-08-22
1
-0
/
+17
|
*
hw/intc: ibex_plic: Update the pending irqs
Alistair Francis
2020-08-22
1
-0
/
+4
|
*
hw/riscv: spike: Change the default bios to use generic platform image
Bin Meng
2020-08-22
1
-2
/
+7
|
*
hw/riscv: Use pre-built bios image of generic platform for virt & sifive_u
Bin Meng
2020-08-22
2
-4
/
+4
|
*
hw/riscv: sifive_u: Add a dummy L2 cache controller device
Bin Meng
2020-08-22
1
-0
/
+22
*
|
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20200821' in...
Peter Maydell
2020-08-23
18
-199
/
+312
|
\
\
|
*
|
hw/sd: Correct the maximum size of a Standard Capacity SD Memory Card
Bin Meng
2020-08-21
1
-2
/
+4
|
*
|
hw/sd: Fix incorrect populated function switch status data structure
Bin Meng
2020-08-21
1
-1
/
+2
|
*
|
hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possible
Philippe Mathieu-Daudé
2020-08-21
3
-32
/
+13
|
*
|
hw/sd: Add sdbus_read_data() to read multiples bytes on the data line
Philippe Mathieu-Daudé
2020-08-21
1
-0
/
+15
|
*
|
hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possible
Philippe Mathieu-Daudé
2020-08-21
3
-27
/
+12
|
*
|
hw/sd: Add sdbus_write_data() to write multiples bytes on the data line
Philippe Mathieu-Daudé
2020-08-21
1
-0
/
+15
|
*
|
hw/sd: Rename sdbus_read_data() as sdbus_read_byte()
Philippe Mathieu-Daudé
2020-08-21
8
-18
/
+18
|
*
|
hw/sd: Rename sdbus_write_data() as sdbus_write_byte()
Philippe Mathieu-Daudé
2020-08-21
7
-17
/
+17
|
*
|
hw/sd: Rename read/write_data() as read/write_byte()
Philippe Mathieu-Daudé
2020-08-21
3
-14
/
+14
|
*
|
hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'
Philippe Mathieu-Daudé
2020-08-21
2
-1
/
+2
|
*
|
hw/sd/sdcard: Make sd_data_ready() static
Philippe Mathieu-Daudé
2020-08-21
1
-1
/
+1
|
*
|
hw/sd/pl181: Replace disabled fprintf()s by trace events
Philippe Mathieu-Daudé
2020-08-21
2
-17
/
+19
|
*
|
hw/sd/pl181: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
2020-08-21
5
-20
/
+61
|
*
|
hw/sd/pl181: Expose a SDBus and connect the SDCard to it
Philippe Mathieu-Daudé
2020-08-21
1
-16
/
+51
|
*
|
hw/sd/pl181: Use named GPIOs
Philippe Mathieu-Daudé
2020-08-21
4
-9
/
+11
|
*
|
hw/sd/pl181: Add TODO to use Fifo32 API
Philippe Mathieu-Daudé
2020-08-21
1
-1
/
+1
|
*
|
hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()
Philippe Mathieu-Daudé
2020-08-21
1
-2
/
+2
|
*
|
hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()
Alistair Francis
2020-08-21
1
-2
/
+3
|
*
|
hw/sd/milkymist: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
2020-08-21
2
-23
/
+45
|
*
|
hw/sd/milkymist: Create the SDBus at init()
Philippe Mathieu-Daudé
2020-08-21
1
-3
/
+3
|
*
|
hw/lm32/milkymist: Un-inline milkymist_memcard_create()
Philippe Mathieu-Daudé
2020-08-21
2
-11
/
+11
|
*
|
hw/sd/pxa2xx_mmci: Trivial simplification
Philippe Mathieu-Daudé
2020-08-21
1
-3
/
+1
|
*
|
hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
2020-08-21
2
-19
/
+31
|
|
/
*
|
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-08-22
8
-6
/
+69
|
\
\
|
|
/
|
/
|
|
*
hw: add compat machines for 5.2
Cornelia Huck
2020-08-19
7
-6
/
+65
|
*
qmp: Expose MachineClass::default_ram_id
Michal Privoznik
2020-08-19
1
-0
/
+4
*
|
meson: convert hw/arch*
Marc-André Lureau
2020-08-21
53
-229
/
+395
*
|
meson: convert hw/9pfs, cleanup
Marc-André Lureau
2020-08-21
5
-17
/
+25
*
|
meson: convert hw/acpi
Marc-André Lureau
2020-08-21
4
-27
/
+26
*
|
meson: convert hw/adc
Marc-André Lureau
2020-08-21
4
-2
/
+2
*
|
meson: convert hw/audio
Marc-André Lureau
2020-08-21
4
-19
/
+15
*
|
meson: convert hw/block
Marc-André Lureau
2020-08-21
6
-21
/
+24
[next]