index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-07
omap-intc: remove PROP_PTR
Marc-André Lureau
3
-11
/
+14
2020-01-07
smbus-eeprom: remove PROP_PTR
Marc-André Lureau
1
-9
/
+9
2020-01-07
cris: improve passing PIC interrupt vector to the CPU
Marc-André Lureau
2
-29
/
+1
2020-01-07
mips/cps: fix setting saar property
Marc-André Lureau
1
-1
/
+1
2020-01-07
qdev: use g_strcmp0() instead of open-coding it
Marc-André Lureau
1
-5
/
+2
2020-01-07
leon3: use qdev gpio facilities for the PIL
Marc-André Lureau
1
-2
/
+4
2020-01-07
leon3: use qemu_irq framework instead of callback as property
Marc-André Lureau
2
-35
/
+13
2020-01-07
dp8393x: replace PROP_PTR with PROP_LINK
Marc-André Lureau
3
-6
/
+7
2020-01-07
etraxfs: remove PROP_PTR usage
Marc-André Lureau
1
-11
/
+33
2020-01-07
lance: replace PROP_PTR with PROP_LINK
Marc-André Lureau
4
-6
/
+5
2020-01-07
vmmouse: replace PROP_PTR with PROP_LINK
Marc-André Lureau
3
-13
/
+9
2020-01-07
sm501: make SerialMM a child, export chardev property
Marc-André Lureau
2
-9
/
+22
2020-01-07
mips: use sysbus_mmio_get_region() instead of internal fields
Marc-André Lureau
2
-1
/
+3
2020-01-07
mips: use sysbus_add_io()
Marc-André Lureau
1
-2
/
+1
2020-01-07
mips: baudbase is 115200 by default
Marc-André Lureau
1
-1
/
+0
2020-01-07
mips: inline serial_init()
Marc-André Lureau
2
-19
/
+12
2020-01-07
serial: make SerialIO a sysbus device
Marc-André Lureau
1
-11
/
+53
2020-01-07
serial-mm: use sysbus facilities
Marc-André Lureau
1
-22
/
+28
2020-01-07
serial-mm: add endianness property
Marc-André Lureau
1
-0
/
+2
2020-01-07
serial-mm: add "regshift" property
Marc-André Lureau
1
-5
/
+17
2020-01-07
serial: start making SerialMM a sysbus device
Marc-André Lureau
4
-20
/
+58
2020-01-07
serial: replace serial_exit_core() with unrealize
Marc-André Lureau
3
-3
/
+6
2020-01-07
serial: realize the serial device
Marc-André Lureau
4
-7
/
+7
2020-01-07
serial: add "baudbase" property
Marc-André Lureau
4
-5
/
+3
2020-01-07
serial: add "chardev" property
Marc-André Lureau
1
-3
/
+10
2020-01-07
serial: register vmsd with DeviceClass
Marc-André Lureau
1
-3
/
+3
2020-01-07
serial: initial qom-ification
Marc-André Lureau
4
-7
/
+64
2020-01-07
serial-pci-multi: factor out multi_serial_get_port_count()
Marc-André Lureau
1
-17
/
+18
2020-01-07
sysbus: remove unused sysbus_try_create*
Marc-André Lureau
2
-33
/
+0
2020-01-07
hw/display/sm501: Always map the UART0
Philippe Mathieu-Daudé
1
-5
/
+3
2020-01-06
Merge remote-tracking branch 'remotes/elmarco/tags/dbus-vmstate7-pull-request...
Peter Maydell
15
-21
/
+62
2020-01-06
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200106-pull-request...
Peter Maydell
1
-4
/
+4
2020-01-06
Merge remote-tracking branch 'remotes/elmarco/tags/screendump-pull-request' i...
Peter Maydell
2
-2
/
+8
2020-01-06
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
13
-21
/
+24
2020-01-06
vmstate: add qom interface to get id
Marc-André Lureau
3
-0
/
+38
2020-01-06
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
3
-9
/
+3
2020-01-06
hda-codec: fix recording rate control
Volker Rümelin
1
-2
/
+2
2020-01-06
hda-codec: fix playback rate control
Volker Rümelin
1
-2
/
+2
2020-01-03
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191220'...
Peter Maydell
3
-10
/
+27
2020-01-03
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-1
/
+1
2020-01-03
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20191220-pull-request' ...
Peter Maydell
1
-0
/
+2
2020-01-02
console: add graphic_hw_update_done()
Marc-André Lureau
2
-2
/
+8
2019-12-20
hw/arm/smmuv3: Report F_STE_FETCH fault address in correct word position
Simon Veith
1
-1
/
+1
2019-12-20
hw/arm/smmuv3: Use correct bit positions in EVT_SET_ADDR2 macro
Simon Veith
1
-2
/
+2
2019-12-20
hw/arm/smmuv3: Align stream table base address to table size
Simon Veith
1
-4
/
+14
2019-12-20
hw/arm/smmuv3: Check stream IDs against actual table LOG2SIZE
Simon Veith
1
-2
/
+6
2019-12-20
hw/arm/smmuv3: Correct SMMU_BASE_ADDR_MASK value
Simon Veith
1
-1
/
+1
2019-12-20
hw/arm/smmuv3: Apply address mask to linear strtab base address
Simon Veith
1
-1
/
+1
2019-12-20
ast2600: Configure CNTFRQ at 1125MHz
Andrew Jeffery
1
-0
/
+3
2019-12-20
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...
Peter Maydell
1
-2
/
+2
[next]