aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-02net/announce: Add optional IDDr. David Alan Gilbert
2019-07-02net/announce: Add HMP optional interface listDr. David Alan Gilbert
2019-07-02net/announce: Allow optional list of interfacesDr. David Alan Gilbert
2019-07-02net: remove unused get_str_sep() functionStefano Garzarella
2019-07-02net: use g_strsplit() for parsing host address and portStefano Garzarella
2019-07-02net: avoid using variable length array in net_client_init()Stefano Garzarella
2019-07-02net: fix assertion failure when ipv6-prefixlen is not a numberStefano Garzarella
2019-07-02ftgmac100: do not link to netdevCédric Le Goater
2019-07-02qemu-bridge-helper: Document known shortcomingsMarkus Armbruster
2019-07-02MAINTAINERS: Add qemu-bridge-helper.c to "Network device backends"Markus Armbruster
2019-07-01Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell
2019-07-01Merge remote-tracking branch 'remotes/vivier/tags/m68k-next-pull-request' int...Peter Maydell
2019-07-01Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...Peter Maydell
2019-07-01Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-26-2019' ...Peter Maydell
2019-07-01Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20190625...Peter Maydell
2019-07-01Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190624' into st...Peter Maydell
2019-07-01Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-06-24' in...Peter Maydell
2019-06-26MAINTAINERS: Change maintership of Xen code under hw/9pfsGreg Kurz
2019-06-26configure: use valid args testing sem_timedwaitDaniel P. Berrangé
2019-06-26configure: disallow spaces and colons in source path and build pathAntonio Ospite
2019-06-26configure: set source_path only once and make its definition more robustAntonio Ospite
2019-06-26linux-user/m68k: remove simulator syscall interfaceLaurent Vivier
2019-06-26m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts
2019-06-26The m68k gdbstub SR reg request doesnt include Condition-CodesLucien Murray-Pitts
2019-06-26target/mips: Fix big endian host behavior for interleave MSA instructionsAleksandar Markovic
2019-06-26tests/tcg: target/mips: Fix some test cases for pack MSA instructionsAleksandar Markovic
2019-06-26tests/tcg: target/mips: Add support for MSA MIPS32R6 testingsAleksandar Markovic
2019-06-26tests/tcg: target/mips: Add support for MSA big-endian target testingsAleksandar Markovic
2019-06-26tests/tcg: target/mips: Amend tests for MSA int multiply instructionsAleksandar Markovic
2019-06-26tests/tcg: target/mips: Amend tests for MSA int dot product instructionsAleksandar Markovic
2019-06-26tests/tcg: target/mips: Add tests for MSA move instructionsAleksandar Markovic
2019-06-26tests/tcg: target/mips: Add tests for MSA bit move instructionsAleksandar Markovic
2019-06-26dma/rc4030: Minor code style cleanupAleksandar Markovic
2019-06-26dma/rc4030: Fix off-by-one error in specified memory region sizeAleksandar Markovic
2019-06-26hw/mips/gt64xxx_pci: Align the pci0-mem sizePhilippe Mathieu-Daudé
2019-06-26hw/mips/gt64xxx_pci: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé
2019-06-26hw/mips/gt64xxx_pci: Use qemu_log_mask() instead of debug printf()Philippe Mathieu-Daudé
2019-06-26hw/mips/gt64xxx_pci: Fix 'spaces' coding style issuesPhilippe Mathieu-Daudé
2019-06-26hw/mips/gt64xxx_pci: Fix 'braces' coding style issuesPhilippe Mathieu-Daudé
2019-06-26hw/mips/gt64xxx_pci: Fix 'tabs' coding style issuesPhilippe Mathieu-Daudé
2019-06-26hw/mips/gt64xxx_pci: Fix multiline comment syntaxPhilippe Mathieu-Daudé
2019-06-25tricore: add QSEED instructionAndreas Konopik
2019-06-25tricore: sync ctx.hflags with tb->flagsGeorg Hofstetter
2019-06-25tricore: fix RRPW_INSERT instructionDavid Brenken
2019-06-25tricore: add UTOF instructionDavid Brenken
2019-06-25tricore: add FTOIZ instructionDavid Brenken
2019-06-24linux-user: set default PPC64 CPULaurent Vivier
2019-06-24linux-user: update PPC64 HWCAP2 feature listLaurent Vivier
2019-06-24linux-user: Add support for setsockopt() options IPV6_<ADD|DROP>_MEMBERSHIPNeng Chen
2019-06-24linux-user: Add support for setsockopt() option SOL_ALGYunqiang Su