Sign in
qemu
/
qemu
/
46a628b1398ae6a58d6847223736431225c4c0cc
46a628b
json: Reject invalid \uXXXX, fix \u0000
by Markus Armbruster
· 7 years ago
de6decf
json: Simplify parse_string()
by Markus Armbruster
· 7 years ago
b2da4a4
json: Leave rejecting invalid escape sequences to parser
by Markus Armbruster
· 7 years ago
4b1c0cd
json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8")
by Markus Armbruster
· 7 years ago
de930f4
json: Leave rejecting invalid UTF-8 to parser
by Markus Armbruster
· 7 years ago
574bf16
json: Report first rather than last parse error
by Markus Armbruster
· 7 years ago
e59f39d
json: Reject invalid UTF-8 sequences
by Markus Armbruster
· 7 years ago
a89d310
check-qjson: Document we expect invalid UTF-8 to be rejected
by Markus Armbruster
· 7 years ago
00ea57f
json: Tighten and simplify qstring_from_escaped_str()'s loop
by Markus Armbruster
· 7 years ago
eddc0a7
json: Revamp lexer documentation
by Markus Armbruster
· 7 years ago
340db1e
json: Reject unescaped control characters
by Markus Armbruster
· 7 years ago
a2ec6be
json: Fix lexer to include the bad character in JSON_ERROR token
by Markus Armbruster
· 7 years ago
2e933f5
check-qjson: Cover interpolation more thoroughly
by Markus Armbruster
· 7 years ago
6bc93a3
check-qjson qmp-test: Cover control characters more thoroughly
by Markus Armbruster
· 7 years ago
5f454e6
check-qjson: Fix utf8_string() to test all invalid sequences
by Markus Armbruster
· 7 years ago
32846e9
check-qjson: Simplify utf8_string()
by Markus Armbruster
· 7 years ago
6ad8444
check-qjson: Cover UTF-8 in single quoted strings
by Markus Armbruster
· 7 years ago
069946f
check-qjson: Consolidate partly redundant string tests
by Markus Armbruster
· 7 years ago
e0fe2a9
check-qjson: Cover escaped characters more thoroughly, part 2
by Markus Armbruster
· 7 years ago
f3cfdd3
check-qjson: Streamline escaped_string()'s test strings
by Markus Armbruster
· 7 years ago
4e1df9b
check-qjson: Cover escaped characters more thoroughly, part 1
by Markus Armbruster
· 7 years ago
e2f64a6
test-qga: Clean up how we test QGA synchronization
by Markus Armbruster
· 7 years ago
aed877c
qmp-test: Cover syntax and lexical errors
by Markus Armbruster
· 7 years ago
d93bb9d
qmp-cmd-test: Split off qmp-test
by Markus Armbruster
· 7 years ago
5365490
check-qjson: Cover whitespace more thoroughly
by Markus Armbruster
· 7 years ago
a369418
check-qjson: Cover blank and lexically erroneous input
by Markus Armbruster
· 7 years ago
956a104
check-qjson: Cover multiple JSON objects in same string
by Markus Armbruster
· 7 years ago
72e9e56
docs/interop/qmp-spec: How to force known good parser state
by Markus Armbruster
· 7 years ago
1dfb85a
Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180822' into staging
by Peter Maydell
· 7 years ago
f4e8428
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180824-1' into staging
by Peter Maydell
· 7 years ago
239cb6f
hw/arm/mps2: Fix ID register errors on AN511 and AN385
by Peter Maydell
· 7 years ago
cfb7ba9
hw/display/bcm2835_fb: Validate bcm2835_fb_mbox_push() config
by Peter Maydell
· 7 years ago
f8add62
hw/display/bcm2835_fb: Validate config settings
by Peter Maydell
· 7 years ago
01f18af
hw/display/bcm2835_fb: Fix handling of virtual framebuffer
by Peter Maydell
· 7 years ago
9a1f03f
hw/display/bcm2835_fb: Abstract out calculation of pitch, size
by Peter Maydell
· 7 years ago
9e2938a
hw/display/bcm2835_fb: Reset resolution, etc correctly
by Peter Maydell
· 7 years ago
ea662f7
hw/display/bcm2835_fb: Drop unused size and pitch fields
by Peter Maydell
· 7 years ago
193100b
hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfig
by Peter Maydell
· 7 years ago
a02755e
hw/misc/bcm2835_fb: Move config fields to their own struct
by Peter Maydell
· 7 years ago
6e0fafe
target/arm: Remove a handful of stray tabs
by Peter Maydell
· 7 years ago
67aed15
target/arm: Untabify iwmmxt_helper.c
by Peter Maydell
· 7 years ago
d00584b
target/arm: Untabify translate.c
by Peter Maydell
· 7 years ago
cb159db
hw/arm/mps2-tz: Fix MPS2 SCC config register values
by Peter Maydell
· 7 years ago
0d49759
hw/arm/mps2-tz: Instantiate SPI controllers
by Peter Maydell
· 7 years ago
7d3912f
hw/ssi/pl022: Correct wrong DMACR and ICR handling
by Peter Maydell
· 7 years ago
139d941
hw/ssi/pl022: Correct wrong value for PL022_INT_RT
by Peter Maydell
· 7 years ago
13391a5
hw/ssi/pl022: Use DeviceState::realize rather than SysBusDevice::init
by Peter Maydell
· 7 years ago
275ff67
hw/ssi/pl022: Don't directly call vmstate_register()
by Peter Maydell
· 7 years ago
66d9aa7
hw/ssi/pl022: Set up reset function in class init
by Peter Maydell
· 7 years ago
1d52866
hw/ssi/pl022: Allow use as embedded-struct device
by Peter Maydell
· 7 years ago
28e56f0
hw/arm/mps2-tz: Create PL081s and MSCs
by Peter Maydell
· 7 years ago
132b475
hw/arm/iotkit: Wire up the lines for MSCs
by Peter Maydell
· 7 years ago
81a75de
hw/misc/iotkit-secctl: Wire up registers for controlling MSCs
by Peter Maydell
· 7 years ago
211e701
hw/misc/tz-msc: Model TrustZone Master Security Controller
by Peter Maydell
· 7 years ago
06e65af
hw/misc/iotkit: Wire up the sysctl and sysinfo register blocks
by Peter Maydell
· 7 years ago
c667a25
hw/misc/iotkit-sysinfo: Implement IoTKit system information block
by Peter Maydell
· 7 years ago
75750e4
hw/misc/iotkit-sysctl: Implement IoTKit system control element
by Peter Maydell
· 7 years ago
e2d203b
hw/arm/iotkit: Wire up the S32KTIMER
by Peter Maydell
· 7 years ago
d61e4e1
hw/arm/iotkit: Wire up the watchdogs
by Peter Maydell
· 7 years ago
595c786
hw/arm/mps2: Wire up dual-timer in mps2-an385 and mps2-an511
by Peter Maydell
· 7 years ago
017d069
hw/arm/iotkit: Wire up the dualtimer
by Peter Maydell
· 7 years ago
4f4c620
hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer module
by Peter Maydell
· 7 years ago
9373907
hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTER
by Peter Maydell
· 7 years ago
a1982f9
hw/misc/mps2-fpgaio: Implement 1Hz and 100Hz counters
by Peter Maydell
· 7 years ago
299953b
hw/arm/boot: AArch32 kernels should be started in Hyp mode if available
by Peter Maydell
· 7 years ago
829f9fd
target/arm: Clear CPSR.IL and CPSR.J on 32-bit exception entry
by Peter Maydell
· 7 years ago
b9bc21f
target/arm: Implement support for taking exceptions to Hyp mode
by Peter Maydell
· 7 years ago
dea8378
target/arm: Factor out code for taking an AArch32 exception
by Peter Maydell
· 7 years ago
ce4afed
target/arm: Implement AArch32 HCR and HCR2
by Peter Maydell
· 7 years ago
0e0456a
target/arm: Implement RAZ/WI HACTLR2
by Peter Maydell
· 7 years ago
cac0d80
hw/arm/vexpress: Add "virtualization" property controlling presence of EL2
by Peter Maydell
· 7 years ago
3921019
hw/arm/vexpress: Don't set info->secure_boot if CPU doesn't have EL3
by Peter Maydell
· 7 years ago
ba3287d
hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it up
by Peter Maydell
· 7 years ago
b558e29
hw/arm/fsl-imx6ul: Connect VIRQ and VFIQ
by Peter Maydell
· 7 years ago
256d3e2
hw/arm/fsl-imx6ul: Connect VIRQ and VFIQ
by Peter Maydell
· 7 years ago
582c8f7
hw/arm/highbank: Connect VIRQ and VFIQ
by Peter Maydell
· 7 years ago
33383e9
hw/arm/vexpress: Connect VIRQ and VFIQ
by Peter Maydell
· 7 years ago
7210918
hw/intc/arm_gic: Make per-cpu GICH memory regions 0x200 bytes large
by Peter Maydell
· 7 years ago
323cd49
target/arm: Use the float-to-int-scale softfloat routines
by Richard Henderson
· 7 years ago
b9b903c
target/arm: Use the int-to-float-scale softfloat routines
by Richard Henderson
· 7 years ago
2f6c74b
softfloat: Add scaling float-to-int routines
by Richard Henderson
· 7 years ago
2abdfe2
softfloat: Add scaling int-to-float routines
by Richard Henderson
· 7 years ago
6b699ae
tests/vm: Increase timeout waiting for VM to boot to 5 minutes
by Peter Maydell
· 7 years ago
3c825bb
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
b2e78fa
KVM: cleanup unnecessary #ifdef KVM_CAP_...
by Paolo Bonzini
· 7 years ago
5e76d84
target/i386: update MPX flags when CPL changes
by Paolo Bonzini
· 7 years ago
45726b6
i2c: pm_smbus: Add the ability to force block transfer enable
by Corey Minyard
· 7 years ago
12bd93c
i2c: pm_smbus: Don't delay host status register busy bit when interrupts are enabled
by Corey Minyard
· 7 years ago
e724385
i2c: pm_smbus: Add interrupt handling
by Corey Minyard
· 7 years ago
38ad4fae
i2c: pm_smbus: Add block transfer capability
by Corey Minyard
· 7 years ago
00bdfea
i2c: pm_smbus: Make the I2C block read command read-only
by Corey Minyard
· 7 years ago
4b615be
i2c: pm_smbus: Fix the semantics of block I2C transfers
by Corey Minyard
· 7 years ago
b8fb904
i2c: pm_smbus: Clean up some style issues
by Corey Minyard
· 7 years ago
b0e6244
pc-dimm: assign and verify the "addr" property during pre_plug
by David Hildenbrand
· 7 years ago
57f0b73
pc: drop memory region alignment check for 0
by David Hildenbrand
· 7 years ago
714efd5
util/oslib-win32: indicate alignment for qemu_anon_ram_alloc()
by David Hildenbrand
· 7 years ago
8f1ffe5
pc-dimm: assign and verify the "slot" property during pre_plug
by David Hildenbrand
· 7 years ago
efbb649
ipmi: Use proper struct reference for BT vmstate
by Corey Minyard
· 7 years ago
f287fdd
vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PI
by Greg Edwards
· 7 years ago
b1110d8
vhost-scsi: unify vhost-scsi get_features implementations
by Greg Edwards
· 7 years ago
Next »