aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-07target/arm: SVE brk[ab] merging does not have s bitRichard Henderson1-2/+3
2019-01-07target/arm: Convert ARM_TBFLAG_* to FIELDsRichard Henderson4-135/+78
2019-01-07hw/usb: fix mistaken de-initialization of CCID stateDaniel P. Berrangé1-0/+2
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau6-11/+55
2019-01-07arm: replace instance_post_init()Marc-André Lureau4-10/+49
2019-01-07qdev-props: call object_apply_global_props()Marc-André Lureau2-23/+13
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau6-12/+4
2019-01-07qdev-props: convert global_props to GPtrArrayMarc-André Lureau1-9/+20
2019-01-07qdev: all globals are now user-providedMarc-André Lureau4-59/+6
2019-01-07qdev: make a separate helper function to apply compat propertiesMarc-André Lureau2-1/+7
2019-01-07compat: remove remaining PC_COMPAT macrosMarc-André Lureau3-258/+267
2019-01-07include: remove compat.hMarc-André Lureau5-8/+0
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau7-57/+60
2019-01-07compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau7-105/+110
2019-01-07compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau7-133/+139
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau9-111/+112
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau9-40/+40
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau10-50/+52
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau10-74/+71
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau10-86/+87
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau10-43/+42
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau10-51/+42
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau10-49/+46
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau10-66/+62
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau10-41/+32
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau10-43/+34
2019-01-07hw: remove SET_MACHINE_COMPATMarc-André Lureau1-12/+0
2019-01-07machine: move compat properties out of globalsMarc-André Lureau6-716/+637
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau9-93/+148
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau6-438/+577
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau8-19/+54
2019-01-07Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-05' into st...Peter Maydell10-83/+92
2019-01-05nbd/client: Drop pointless buf variableEric Blake2-16/+9
2019-01-05qemu-nbd: Fail earlier for -c/-d on non-linuxEric Blake2-19/+20
2019-01-05nbd/client: More consistent error messagesEric Blake1-9/+12
2019-01-04nbd: Document timeline of various featuresEric Blake1-1/+18
2019-01-04qemu-nbd: Use program name in error messagesEric Blake2-1/+2
2019-01-04block/nbd-client: use traces instead of noisy error_report_errVladimir Sementsov-Ogievskiy3-32/+23
2019-01-04nbd/client: Trace all server option error messagesEric Blake2-0/+3
2019-01-04nbd: publish _lookup functionsVladimir Sementsov-Ogievskiy2-5/+5
2019-01-04Merge remote-tracking branch 'remotes/philmd/tags/fw_cfg-20190104-pull-reques...Peter Maydell3-44/+32
2019-01-04fw_cfg: Make qemu_extra_params_fw locallyLi Qiang3-2/+1
2019-01-04fw_cfg: Fix -boot reboot-timeout error checkingLi Qiang2-15/+14
2019-01-04fw_cfg: Fix -boot bootsplash error checkingLi Qiang2-23/+14
2019-01-04fw_cfg: Improve error message when can't load splash fileLi Qiang1-4/+3
2019-01-04Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-11/+20
2019-01-04dmg: don't skip zero chunkyuchenlin1-7/+12
2019-01-04dmg: use enumeration type instead of hard coding numberyuchenlin1-2/+2
2019-01-04dmg: fix binary searchyuchenlin1-3/+7
2019-01-04dmg: Fixing wrong dmg block type value for block terminator.Julio Faracco1-1/+1