summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-07slirp: use polling callbacks, drop glib requirementMarc-André Lureau3-52/+109
2019-02-07slirp: remove slirp_instances listMarc-André Lureau1-5/+0
2019-02-07slirp: replace global polling with per-instance & notifierMarc-André Lureau7-309/+333
2019-02-07slirp: improve send_packet() callbackMarc-André Lureau7-15/+33
2019-02-07slirp: prefer c99 types over BSD kindMarc-André Lureau17-71/+69
2019-02-07slirp: replace remaining qemu headers dependencyMarc-André Lureau28-33/+28
2019-02-07slirp: Move g_spawn_async_with_fds_qemu compatibility to slirp/Samuel Thibault2-57/+62
2019-02-07slirp: replace QEMU_BUILD_BUG_ON with G_STATIC_ASSERTSamuel Thibault3-9/+9
2019-02-07slirp: replace qemu qtailq with slirp own copyMarc-André Lureau2-2/+194
2019-02-07slirp: replace net/eth.h inclusion with own definesMarc-André Lureau3-2/+10
2019-02-07slirp: remove now useless QEMU headers inclusionsMarc-André Lureau8-14/+0
2019-02-07slirp: remove qemu timer.h dependencyMarc-André Lureau4-3/+2
2019-02-07slirp: add slirp own version of pstrcpyMarc-André Lureau4-3/+22
2019-02-07slirp: improve windows headers inclusionMarc-André Lureau1-11/+11
2019-02-07slirp: do not include qemu headers in libslirp.h public API headerMarc-André Lureau1-1/+11
2019-02-07slirp: move QEMU state saving to a separate unitMarc-André Lureau5-361/+418
2019-02-07slirp: replace qemu_notify_event() with a callbackMarc-André Lureau7-6/+19
2019-02-07slirp: add unregister_poll_fd() callbackMarc-André Lureau6-1/+14
2019-02-07slirp: replace qemu_set_nonblock()Marc-André Lureau7-4/+30
2019-02-07slirp: replace most qemu socket utilities with slirp own versionMarc-André Lureau8-36/+274
2019-02-07slirp: replace QEMU_PACKED with SLIRP_PACKEDMarc-André Lureau4-10/+43
2019-02-07slirp: replace trace functions with DEBUG callsMarc-André Lureau5-12/+15
2019-02-07slirp: add callbacks for timerMarc-André Lureau4-13/+40
2019-02-07net/slirp: fix leaks on forwarding rule registration errorMarc-André Lureau1-0/+2
2019-02-07net/slirp: free forwarding rules on cleanupMarc-André Lureau1-7/+18
2019-02-07net/slirp: simplify checking for cmd: prefixMarc-André Lureau1-1/+1
2019-02-07slirp: generalize guestfwd with a callback based approachMarc-André Lureau7-32/+75
2019-02-07slirp: Don't mark struct ipq or struct ipasfrag as packedPeter Maydell1-2/+5
2019-02-07slirp: Avoid marking naturally packed structs as QEMU_PACKEDPeter Maydell2-7/+25
2019-02-07slirp: Avoid unaligned 16bit memory accessSamuel Thibault1-1/+1
2019-02-07linux-user: add new netlink typesLaurent Vivier1-0/+8
2019-02-07linux-user: Check sscanf return value in open_net_route()Peter Maydell1-3/+9
2019-02-07Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.Kan Li1-25/+31
2019-02-07Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190206' into stagingPeter Maydell3-7/+11
2019-02-07Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into stagingPeter Maydell3-4/+5
2019-02-06sun4m: pass initrd size to OpenBIOS via fw_cfg interfaceMark Cave-Ayland1-11/+14
2019-02-06sun4u: add power_mem_read routinePrasad J Pandit1-0/+6
2019-02-06hw/sparc64: Create VGA device only if it has really been requestedThomas Huth1-1/+9
2019-02-06hw/input/tsc210x: Fix building with no verbosityPhilippe Mathieu-Daudé1-12/+6
2019-02-06hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = falseThomas Huth1-0/+3
2019-02-06hw/unicore32/puv3: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé1-1/+0
2019-02-06hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé1-1/+0
2019-02-06configure: Avoid non-portable 'test -o/-a'Eric Blake1-30/+33
2019-02-06dump: Set correct vaddr for ELF dumpJon Doron2-2/+4
2019-02-06target/moxie: Fix LGPL information in the file headersThomas Huth5-9/+9
2019-02-06qemu-common.h: Update copyright string for 2019Peter Maydell1-1/+1
2019-02-06target/hppa: fix PSW Q bit behaviour to match hardwareSven Schnelle1-5/+9
2019-02-06target/hppa: fix setting registers via gdbSven Schnelle1-1/+1
2019-02-06target/hppa: use tb_cflags() to access tb->cflagsEmilio G. Cota1-1/+1
2019-02-06accel/tcg: Consider cluster index in tb_lookup__cpu_state()Peter Maydell2-3/+4