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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-28
MAINTAINERS: Add missing entries for the QObject section
Philippe Mathieu-Daudé
1
-1
/
+5
2019-02-28
MAINTAINERS: Add missing entries for the PC machines
Philippe Mathieu-Daudé
1
-0
/
+4
2019-02-28
MAINTAINERS: Add missing entries for the sun4u machines
Philippe Mathieu-Daudé
1
-1
/
+5
2019-02-28
Merge remote-tracking branch 'remotes/stsquad/tags/pull-fpu-next-260219-1' in...
Peter Maydell
6
-24
/
+148
2019-02-28
linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVT
Richard Henderson
1
-0
/
+2
2019-02-28
target/arm: Enable ARMv8.2-FHM for -cpu max
Richard Henderson
2
-0
/
+3
2019-02-28
target/arm: Implement VFMAL and VFMSL for aarch32
Richard Henderson
2
-33
/
+101
2019-02-28
target/arm: Implement FMLAL and FMLSL for aarch64
Richard Henderson
2
-1
/
+53
2019-02-28
target/arm: Add helpers for FMLAL
Richard Henderson
2
-0
/
+157
2019-02-28
Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"
Peter Maydell
5
-38
/
+22
2019-02-28
target/arm: Gate "miscellaneous FP" insns by ID register field
Peter Maydell
2
-12
/
+33
2019-02-28
target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructions
Peter Maydell
4
-14
/
+54
2019-02-28
hw/arm/armsse: Unify init-svtor and cpuwait handling
Peter Maydell
3
-30
/
+42
2019-02-28
hw/arm/iotkit-sysctl: Implement CPUWAIT and INITSVTOR*
Peter Maydell
1
-4
/
+37
2019-02-28
hw/arm/iotkit-sysctl: Add SSE-200 registers
Peter Maydell
3
-5
/
+262
2019-02-28
hw/misc/iotkit-sysctl: Correct typo in INITSVTOR0 register name
Peter Maydell
2
-9
/
+9
2019-02-28
target/arm/arm-powerctl: Add new arm_set_cpu_on_and_reset()
Peter Maydell
2
-0
/
+72
2019-02-28
target/arm/cpu: Allow init-svtor property to be set after realize
Peter Maydell
1
-5
/
+24
2019-02-28
hw/arm/armsse: Wire up the MHUs
Peter Maydell
2
-9
/
+30
2019-02-28
hw/misc/armsse-mhu.c: Model the SSE-200 Message Handling Unit
Peter Maydell
6
-0
/
+250
2019-02-28
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190226' into...
Peter Maydell
43
-362
/
+1362
2019-02-28
audio/sdlaudio: Simplify the sdl_callback function
Thomas Huth
1
-26
/
+19
2019-02-28
audio/sdlaudio: Remove the semaphore code
Thomas Huth
1
-140
/
+5
2019-02-28
audio: don't build alsa and sdl by default on linux
Gerd Hoffmann
1
-1
/
+1
2019-02-28
audio: Do not check for audio_calloc failure
Frediano Ziglio
1
-42
/
+6
2019-02-28
audio: Use g_strdup_printf instead of manual building a string
Frediano Ziglio
1
-20
/
+5
2019-02-27
i2c: Verify that the count passed in to smbus_eeprom_init() is valid
Corey Minyard
1
-0
/
+2
2019-02-27
i2c:smbus_eeprom: Add a reset function to smbus_eeprom
Corey Minyard
1
-1
/
+17
2019-02-27
i2c:smbus_eeprom: Add vmstate handling to the smbus eeprom
Corey Minyard
1
-2
/
+32
2019-02-27
i2c:smbus_eeprom: Add a size constant for the smbus_eeprom size
Corey Minyard
1
-3
/
+7
2019-02-27
i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.c
Corey Minyard
1
-5
/
+10
2019-02-27
i2c:smbus_slave: Add an SMBus vmstate structure
Corey Minyard
2
-3
/
+39
2019-02-27
i2c:pm_smbus: Fix state transfer
Corey Minyard
4
-1
/
+56
2019-02-27
migration: Add a VMSTATE_BOOL_TEST() macro
Corey Minyard
1
-0
/
+3
2019-02-27
i2c:pm_smbus: Fix pm_smbus handling of I2C block read
Corey Minyard
2
-19
/
+73
2019-02-27
boards.h: Ignore migration for SMBus devices on older machines
Corey Minyard
3
-0
/
+3
2019-02-27
i2c:smbus: Make white space in switch statements consistent
Corey Minyard
2
-0
/
+10
2019-02-27
i2c:smbus_eeprom: Get rid of the quick command
Corey Minyard
1
-8
/
+0
2019-02-27
i2c:smbus: Simplify read handling
Corey Minyard
3
-33
/
+13
2019-02-27
i2c:smbus: Simplify write operation
Corey Minyard
3
-59
/
+34
2019-02-27
i2c:smbus: Correct the working of quick commands
Corey Minyard
2
-16
/
+24
2019-02-27
i2c: Don't check return value from i2c_recv()
Corey Minyard
3
-24
/
+5
2019-02-27
arm:i2c: Don't mask return from i2c_recv()
Corey Minyard
1
-1
/
+1
2019-02-27
i2c: have I2C receive operation return uint8_t
Corey Minyard
19
-44
/
+37
2019-02-27
i2c: Split smbus into parts
Corey Minyard
18
-196
/
+288
2019-02-27
target/mips: Preparing for adding MMI instructions
Mateja Marjanovic
1
-2
/
+41
2019-02-27
tests/tcg: target/mips: Add tests for MSA integer max/min instructions
Aleksandar Markovic
24
-0
/
+3672
2019-02-27
tests/tcg: target/mips: Add wrappers for MSA integer max/min instructions
Aleksandar Markovic
1
-0
/
+30
2019-02-27
qemu-doc: Add section on MIPS' Boston board
Aleksandar Markovic
1
-0
/
+9
2019-02-27
qemu-doc: Add section on MIPS' Fulong 2E board
Aleksandar Markovic
1
-0
/
+13
[prev]
[next]