aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-22sdcard: add more trace eventsPhilippe Mathieu-Daudé2-6/+39
2018-02-22sdcard: replace fprintf() by qemu_hexdump()Philippe Mathieu-Daudé1-15/+1
2018-02-22sdcard: add a trace event for command responsesPhilippe Mathieu-Daudé2-3/+25
2018-02-22sdcard: replace DPRINTF() by trace eventsPhilippe Mathieu-Daudé2-6/+32
2018-02-22sdcard: reorder SDState struct membersPhilippe Mathieu-Daudé1-7/+9
2018-02-22hw/sd/ssi-sd: use the SDBus API, connect the SDCard to the busPhilippe Mathieu-Daudé1-13/+19
2018-02-22hw/sd/milkymist-memcard: expose a SDBus and connect the SDCard to itPhilippe Mathieu-Daudé1-17/+21
2018-02-22hw/sd/milkymist-memcard: split realize() out of SysBusDevice init()Philippe Mathieu-Daudé1-12/+16
2018-02-22hw/sd/milkymist-memcard: use qemu_log_mask()Philippe Mathieu-Daudé1-7/+10
2018-02-22Fix ast2500 protection register emulationHugo Landau2-2/+12
2018-02-22hw/char/stm32f2xx_usart: fix TXE/TC bit handlingRichard Braun2-5/+14
2018-02-22raspi: Add "raspi3" machine typePekka Enberg1-0/+23
2018-02-22target/arm: Fix register definitions for VMIDR and VMPIDRPeter Maydell1-4/+4
2018-02-22Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell4-0/+0
2018-02-22Merge remote-tracking branch 'remotes/stsquad/tags/pull-softfloat-refactor-21...Peter Maydell49-2941/+2204
2018-02-22Update OpenBIOS images to 54d959d9 built from submodule.Mark Cave-Ayland4-0/+0
2018-02-21fpu/softfloat: re-factor sqrtAlex Bennée2-111/+97
2018-02-21fpu/softfloat: re-factor compareAlex Bennée2-54/+82
2018-02-21fpu/softfloat: re-factor minmaxAlex Bennée2-107/+126
2018-02-21fpu/softfloat: re-factor scalbnAlex Bennée2-73/+34
2018-02-21fpu/softfloat: re-factor int/uint to floatAlex Bennée2-180/+172
2018-02-21fpu/softfloat: re-factor float to int/uintAlex Bennée2-755/+193
2018-02-21fpu/softfloat: re-factor round_to_intAlex Bennée2-174/+146
2018-02-21fpu/softfloat: re-factor muladdAlex Bennée3-575/+272
2018-02-21fpu/softfloat: re-factor divAlex Bennée3-148/+137
2018-02-21fpu/softfloat: re-factor mulAlex Bennée2-128/+82
2018-02-21fpu/softfloat: re-factor add/subAlex Bennée2-427/+469
2018-02-21fpu/softfloat: define decompose structuresAlex Bennée1-1/+85
2018-02-21fpu/softfloat: move the extract functions to the top of the fileAlex Bennée1-66/+54
2018-02-21fpu/softfloat: improve comments on ARM NaN propagationAlex Bennée1-2/+3
2018-02-21include/fpu/softfloat: add some float16 constantsAlex Bennée1-3/+5
2018-02-21include/fpu/softfloat: implement float16_set_sign helperAlex Bennée1-0/+5
2018-02-21include/fpu/softfloat: implement float16_chs helperAlex Bennée1-0/+9
2018-02-21include/fpu/softfloat: implement float16_abs helperAlex Bennée1-0/+7
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée45-79/+93
2018-02-21fpu/softfloat-types: new header to prevent excessive re-buildsAlex Bennée3-31/+117
2018-02-21include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPESAlex Bennée1-27/+0
2018-02-21fpu/softfloat: implement float16_squash_input_denormalAlex Bennée2-0/+16
2018-02-20Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180220-pull-request' i...Peter Maydell10-117/+196
2018-02-20Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell3-6/+6
2018-02-20ui: Reorder vte terminal packing to avoid gtk3 warningsJan Kiszka1-2/+2
2018-02-20vl: drop display_type variableGerd Hoffmann2-42/+17
2018-02-20vl: drop request_opengl variableGerd Hoffmann1-7/+1
2018-02-20vl: drop full_screen variableGerd Hoffmann1-2/+0
2018-02-20cocoa: use DisplayOptionsGerd Hoffmann4-7/+10
2018-02-20curses: use DisplayOptionsGerd Hoffmann4-6/+9
2018-02-20egl-headless: use DisplayOptionsGerd Hoffmann4-5/+7
2018-02-20vl: drop no_quit variableGerd Hoffmann1-5/+2
2018-02-20sdl: use DisplayOptionsGerd Hoffmann5-28/+50
2018-02-20gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann4-24/+98