- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- b8c4b67 hw/net: Make NetCanReceive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
- 0002c3a hw/net/smc91c111: Let smc91c111_can_receive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 437cc27 hw/devices: Move SMSC 91C111 declaration into a new header by Philippe Mathieu-Daudé · 6 years ago
- f5ac82c net: smc91c111: convert SysBus init method to a realize method by Cédric Le Goater · 6 years ago
- 637e5d8 hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintf by Philippe Mathieu-Daudé · 7 years ago
- b9992d1 hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_error by Philippe Mathieu-Daudé · 7 years ago
- 50a22d0 hw/net/smc91c111: Convert away from old_mmio by Peter Maydell · 7 years ago
- f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
- e8d4046 hw/net: Clean up includes by Peter Maydell · 9 years ago
- 271a234 net: smc91c111: flush packets on RCR register changes by Peter Crosthwaite · 9 years ago
- e62cb54 net: smc91c111: gate can_receive() on rx FIFO having a slot by Peter Crosthwaite · 9 years ago
- 8d06b14 net: smc91c111: guard flush_queued_packets() on can_rx() by Peter Crosthwaite · 9 years ago
- 57407ea net: remove all cleanup methods from NIC NetClientInfos by Paolo Bonzini · 10 years ago
- 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
- 8b7acc7 smc91c111: Fix receive starvation by Sebastian Huber · 11 years ago
- 926d152 smc91c111: QOM cast cleanup by Andreas Färber · 12 years ago
- eedfac6 hw/n*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
- 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/smc91c111.c]
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
- cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
- b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
- 89556d1 hw/smc91c111: Add explicit 'return' rather than relying on fallthrough by Peter Maydell · 12 years ago
- 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
- 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
- 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
- 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
- 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
- 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
- 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
- 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
- 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
- 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
- 5a95b51 hw/smc91c111: Convert to MemoryRegion by Peter Maydell · 14 years ago
- 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
- 1e36f6a smc91c111: qdevify reset by Juha Riihimäki · 14 years ago
- 3ac5943 stc91c111: Implement save/restore by Peter Maydell · 14 years ago
- 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
- 22ed1d34 arm: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
- 14da561 smc91c111: allow access to reserved register by Lars Munch · 15 years ago
- 3b4b86a smc91c111: mask register offset by Lars Munch · 15 years ago
- 42a4260 net: convert smc91c111 to NICState by Mark McLoughlin · 15 years ago
- 5013215 smc91c111: use qdev properties for configuration. by Gerd Hoffmann · 15 years ago
- e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
- d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
- ee6847d qdev: rework device properties. by Gerd Hoffmann · 16 years ago
- 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
- 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
- e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
- cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
- 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
- 418dcf5 smc91c111 qdev conversion by Paul Brook · 16 years ago
- 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
- b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
- 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
- 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
- 96d5e20 add missing MAC address to info_str for some NICs (Mark McLoughlin) by aliguori · 16 years ago
- bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
- 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
- 87ecb68 Break up vl.h. by pbrook · 17 years ago
- 4d1165f Fix 64-bit host printf format mismatches. by pbrook · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- d537cf6 Unify IRQ handling. by pbrook · 18 years ago
- 687fa64 Random bug fixes from code inspection, by Wang Cheng Yeh. by ths · 18 years ago
- 416b5d3 Avoid "unused variable" compiler warning. by ths · 18 years ago
- 9f08349 Spelling fixes, thanks to Stefan Weil. by ths · 18 years ago
- d861b05 Avoid buffer overflow when sending slirp packets. by pbrook · 19 years ago
- 5198cfd smc91c111 fixes (Paul Brook) by bellard · 19 years ago
- 80337b6 NIC emulation for qemu arm-softmmu (Paul Brook) by bellard · 19 years ago