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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/rdma: Make distinction between device init and start modes
Yuval Shaia
2018-08-18
4
-75
/
+155
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
2018-08-17
6
-5
/
+629
|
\
|
*
i386: Disable TOPOEXT by default on "-cpu host"
Eduardo Habkost
2018-08-16
1
-0
/
+6
|
*
target-i386: adds PV_SEND_IPI CPUID feature bit
Wanpeng Li
2018-08-16
1
-1
/
+1
|
*
i386: Add new CPU model Icelake-{Server,Client}
Robert Hoo
2018-08-16
1
-0
/
+115
|
*
i386: Add CPUID bit for WBNOINVD
Robert Hoo
2018-08-16
2
-1
/
+3
|
*
i386: Add CPUID bit for PCONFIG
Robert Hoo
2018-08-16
2
-1
/
+2
|
*
i386: Add CPUID bit and feature words for IA32_ARCH_CAPABILITIES MSR
Robert Hoo
2018-08-16
2
-1
/
+3
|
*
i386: Add new MSR indices for IA32_PRED_CMD and IA32_ARCH_CAPABILITIES
Robert Hoo
2018-08-16
1
-0
/
+2
|
*
docs: add guidance on configuring CPU models for x86
Daniel P. Berrangé
2018-08-16
4
-1
/
+497
*
|
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...
Peter Maydell
2018-08-16
13
-150
/
+526
|
\
\
|
|
/
|
/
|
|
*
qemu-doc: Amend MIPS-related items
Aleksandar Markovic
2018-08-16
1
-2
/
+11
|
*
linux-user: Add preprocessor availability control to some syscalls
Aleksandar Rikalo
2018-08-16
2
-1
/
+42
|
*
linux-user: Update MIPS syscall numbers up to kernel 4.18 headers
Aleksandar Markovic
2018-08-16
2
-0
/
+27
|
*
elf: Add ELF flags for MIPS machine variants
Aleksandar Markovic
2018-08-16
1
-0
/
+23
|
*
elf: Remove duplicate preprocessor constant definition
Aleksandar Markovic
2018-08-16
1
-1
/
+0
|
*
target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0
Yongbok Kim
2018-08-16
1
-4
/
+4
|
*
target/mips: Don't update BadVAddr register in Debug Mode
Yongbok Kim
2018-08-16
2
-4
/
+12
|
*
target/mips: Implement CP0 Config1.WR bit functionality
Stefan Markovic
2018-08-16
1
-0
/
+8
|
*
target/mips: Add CP0 BadInstrX register
Stefan Markovic
2018-08-16
3
-3
/
+25
|
*
target/mips: Update some CP0 registers bit definitions
Aleksandar Markovic
2018-08-16
1
-69
/
+88
|
*
target/mips: Fix two instances of shadow variables
Aleksandar Markovic
2018-08-16
1
-2
/
+2
|
*
target/mips: Mark switch fallthroughs with interpretable comments
Aleksandar Markovic
2018-08-16
1
-2
/
+3
|
*
target/mips: Avoid case statements formulated by ranges - part 2
Aleksandar Rikalo
2018-08-16
1
-7
/
+71
|
*
target/mips: Avoid case statements formulated by ranges - part 1
Aleksandar Markovic
2018-08-16
1
-49
/
+200
|
*
MAINTAINERS: Update target/mips maintainer's email addresses
Aleksandar Markovic
2018-08-16
2
-6
/
+10
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180816'...
Peter Maydell
2018-08-16
38
-126
/
+2863
|
\
\
|
|
/
|
/
|
|
*
hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj()
Thomas Huth
2018-08-16
1
-21
/
+11
|
*
softfloat: Fix missing inexact for floating-point add
Richard Henderson
2018-08-16
1
-1
/
+1
|
*
target/arm: Fix aa64 FCADD and FCMLA decode
Richard Henderson
2018-08-16
1
-6
/
+6
|
*
target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-half
Richard Henderson
2018-08-16
1
-2
/
+2
|
*
target/arm: Use fp_status_fp16 for do_fmpa_zpzzz_h
Richard Henderson
2018-08-16
1
-1
/
+1
|
*
target/arm: Ignore float_flag_input_denormal from fp_status_f16
Richard Henderson
2018-08-16
1
-1
/
+5
|
*
target/arm: Adjust FPCR_MASK for FZ16
Richard Henderson
2018-08-16
2
-1
/
+6
|
*
aspeed: add a max_ram_size property to the memory controller
CĂ©dric Le Goater
2018-08-16
4
-0
/
+37
|
*
aspeed_sdmc: Handle ECC training
Joel Stanley
2018-08-16
1
-0
/
+9
|
*
aspeed_sdmc: Init status always idle
Joel Stanley
2018-08-16
1
-0
/
+15
|
*
aspeed_sdmc: Set 'cache initial sequence' always true
Joel Stanley
2018-08-16
1
-0
/
+1
|
*
aspeed_sdmc: Fix saved values
Joel Stanley
2018-08-16
2
-19
/
+9
|
*
aspeed_sdmc: Extend number of valid registers
Joel Stanley
2018-08-16
1
-1
/
+1
|
*
imx_spi: Unset XCH when TX FIFO becomes empty
Trent Piepho
2018-08-16
1
-2
/
+1
|
*
Add QTest testcase for the Intel Hexadecimal
Su Hang
2018-08-16
5
-0
/
+75
|
*
loader: Implement .hex file loader
Su Hang
2018-08-16
3
-0
/
+265
|
*
loader: add rom transaction API
Stefan Hajnoczi
2018-08-16
2
-0
/
+51
|
*
loader: extract rom_free() function
Stefan Hajnoczi
2018-08-16
1
-9
/
+12
|
*
target/arm: add "cortex-m0" CPU model
Stefan Hajnoczi
2018-08-16
1
-0
/
+11
|
*
hw/arm: make bitbanded IO optional on ARMv7-M
Stefan Hajnoczi
2018-08-16
6
-18
/
+27
|
*
i.MX6UL: Add Freescale i.MX6 UltraLite 14x14 EVK Board
Jean-Christophe Dubois
2018-08-16
2
-1
/
+86
|
*
i.MX6UL: Add i.MX6UL SOC
Jean-Christophe Dubois
2018-08-16
4
-0
/
+958
|
*
i.MX6UL: Add i.MX6UL specific CCM device
Jean-Christophe Dubois
2018-08-16
4
-0
/
+1120
[next]