summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-07slirp: replace qemu qtailq with slirp own copyMarc-André Lureau
2019-02-07slirp: replace net/eth.h inclusion with own definesMarc-André Lureau
2019-02-07slirp: remove now useless QEMU headers inclusionsMarc-André Lureau
2019-02-07slirp: remove qemu timer.h dependencyMarc-André Lureau
2019-02-07slirp: add slirp own version of pstrcpyMarc-André Lureau
2019-02-07slirp: improve windows headers inclusionMarc-André Lureau
2019-02-07slirp: do not include qemu headers in libslirp.h public API headerMarc-André Lureau
2019-02-07slirp: move QEMU state saving to a separate unitMarc-André Lureau
2019-02-07slirp: replace qemu_notify_event() with a callbackMarc-André Lureau
2019-02-07slirp: add unregister_poll_fd() callbackMarc-André Lureau
2019-02-07slirp: replace qemu_set_nonblock()Marc-André Lureau
2019-02-07slirp: replace most qemu socket utilities with slirp own versionMarc-André Lureau
2019-02-07slirp: replace QEMU_PACKED with SLIRP_PACKEDMarc-André Lureau
2019-02-07slirp: replace trace functions with DEBUG callsMarc-André Lureau
2019-02-07slirp: add callbacks for timerMarc-André Lureau
2019-02-07net/slirp: fix leaks on forwarding rule registration errorMarc-André Lureau
2019-02-07net/slirp: free forwarding rules on cleanupMarc-André Lureau
2019-02-07net/slirp: simplify checking for cmd: prefixMarc-André Lureau
2019-02-07slirp: generalize guestfwd with a callback based approachMarc-André Lureau
2019-02-07slirp: Don't mark struct ipq or struct ipasfrag as packedPeter Maydell
2019-02-07slirp: Avoid marking naturally packed structs as QEMU_PACKEDPeter Maydell
2019-02-07slirp: Avoid unaligned 16bit memory accessSamuel Thibault
2019-02-07linux-user: add new netlink typesLaurent Vivier
2019-02-07linux-user: Check sscanf return value in open_net_route()Peter Maydell
2019-02-07Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.Kan Li
2019-02-07Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190206' into stagingPeter Maydell
2019-02-07Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into stagingPeter Maydell
2019-02-06sun4m: pass initrd size to OpenBIOS via fw_cfg interfaceMark Cave-Ayland
2019-02-06sun4u: add power_mem_read routinePrasad J Pandit
2019-02-06hw/sparc64: Create VGA device only if it has really been requestedThomas Huth
2019-02-06hw/input/tsc210x: Fix building with no verbosityPhilippe Mathieu-Daudé
2019-02-06hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = falseThomas Huth
2019-02-06hw/unicore32/puv3: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé
2019-02-06hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé
2019-02-06configure: Avoid non-portable 'test -o/-a'Eric Blake
2019-02-06dump: Set correct vaddr for ELF dumpJon Doron
2019-02-06target/moxie: Fix LGPL information in the file headersThomas Huth
2019-02-06qemu-common.h: Update copyright string for 2019Peter Maydell
2019-02-06target/hppa: fix PSW Q bit behaviour to match hardwareSven Schnelle
2019-02-06target/hppa: fix setting registers via gdbSven Schnelle
2019-02-06target/hppa: use tb_cflags() to access tb->cflagsEmilio G. Cota
2019-02-06accel/tcg: Consider cluster index in tb_lookup__cpu_state()Peter Maydell
2019-02-06tcg: add early clober modifier in atomic16_cmpxchg on aarch64Catherine Ho
2019-02-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-02-05Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205'...Peter Maydell
2019-02-05Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190205' into stagingPeter Maydell
2019-02-05target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WIPeter Maydell
2019-02-05hw/arm/boot: Support DTB autoload for firmware-only bootsPeter Maydell
2019-02-05hw/arm/boot: Clarify why arm_setup_firmware_boot() doesn't set env->boot_infoPeter Maydell
2019-02-05hw/arm/boot: Factor out "set up firmware boot" codePeter Maydell